Return-path: Received: from lucidpixels.com ([72.73.18.11]:37731 "EHLO lucidpixels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755142Ab1HCSmG (ORCPT ); Wed, 3 Aug 2011 14:42:06 -0400 Date: Wed, 3 Aug 2011 14:42:04 -0400 (EDT) From: Justin Piszcz To: Stanislaw Gruszka cc: Andreas Hartmann , Larry Finger , Ivo van Doorn , linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, Alan Piszcz , "users@rt2x00.serialmonkey.com" Subject: Re: [PATCH] rt2x00: rt2800: fix zeroing skb structure In-Reply-To: Message-ID: (sfid-20110803_204232_156891_59B45D08) References: <20110730113009.GA2847@redhat.com> <20110730113255.GB2847@redhat.com> <4E341DC4.9010107@01019freenet.de> <20110803160050.GA18882@redhat.com> <20110803183349.GA5956@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, 3 Aug 2011, Justin Piszcz wrote: > > > On Wed, 3 Aug 2011, Stanislaw Gruszka wrote: > >> On Wed, Aug 03, 2011 at 01:44:10PM -0400, Justin Piszcz wrote: >>> Tested that patch: >>> Hi, [ 3552.765072] phy0 -> rt2800_txdone: Error - Data pending [ 3552.774580] phy0 -> rt2800_txdone: Error - Data pending [ 3985.215031] ieee80211 phy0: wlan0: No probe response from AP (hidden) after 500ms, disconnecting. [ 3985.262684] cfg80211: Calling CRDA for country: XX [ 4011.806042] wlan0: authenticate with (hidden) (try 1) [ 4011.807577] wlan0: authenticated [ 4011.824287] wlan0: associate with (hidden) (try 1) [ 4011.828180] wlan0: RX ReassocResp from (hidden) (capab=0x431 status=0 aid=2) [ 4011.828189] wlan0: associated [ 4035.209032] ieee80211 phy0: wlan0: No probe response from AP (hidden) after 500ms, disconnecting. [ 4035.248719] cfg80211: Calling CRDA to update world regulatory domain [ 4061.777466] wlan0: authenticate with (hidden) (try 1) [ 4061.786410] wlan0: authenticated [ 4061.818460] wlan0: associate with (hidden) (try 1) [ 4061.822059] wlan0: RX ReassocResp from (hidden) (capab=0x431 status=0 aid=2) [ 4061.822068] wlan0: associated Saw this on the rt2800usb driver (w/ your patch), is this normal? Justin.