Return-path: Received: from mail.atheros.com ([12.19.149.2]:23263 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751198Ab0LGHnC (ORCPT ); Tue, 7 Dec 2010 02:43:02 -0500 Received: from mail.atheros.com ([10.10.20.105]) by sidewinder.atheros.com for ; Mon, 06 Dec 2010 23:42:48 -0800 Date: Tue, 7 Dec 2010 13:12:37 +0530 From: Vasanthakumar Thiagarajan To: Ben Greear CC: "Luis R. Rodriguez" , "greearb@gmail.com" , "linux-wireless@vger.kernel.org" , "ath9k-devel@venema.h4ckr.net" Subject: Re: [PATCH] ath9k: Check for NULL sta in ath_tx_start Message-ID: <20101207074237.GA2179@vasanth-laptop> References: <1291698829-22765-1-git-send-email-greearb@candelatech.com> <4CFDC7D8.3080100@candelatech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <4CFDC7D8.3080100@candelatech.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Dec 07, 2010 at 11:06:24AM +0530, Ben Greear wrote: > On 12/06/2010 09:21 PM, Luis R. Rodriguez wrote: > > On Mon, Dec 6, 2010 at 9:13 PM, wrote: > >> From: Ben Greear > >> > >> It can be NULL according to docs, and logging showed it > >> to be NULL in practice. > >> > >> Signed-off-by: Ben Greear > > > > Does this fix an oops? If so can you explain and provide the trace and > > resubmit and cc stable in the commit log? > > I think it fixes the TID corruption I posted about earlier. It seems > so obvious though, that I'm curious why no one else sees problems, > and why I didn't see more crashes in my setup. > > (The paprd code appears to send with null STA, for instance, and my > printks showed lots of NULL stas in my 16-sta test setup, though I > don't think I'm using the paprd code path.) paprd is used only with >= AR9003. Vasanth