On Wednesday 03 February 2010, Larry Finger wrote: > On 02/03/2010 01:37 PM, Yuval Hager wrote: > > I just upgraded to the latest firmware, but there is no change. I am > > not having any issues with this router while running 2.6.29 on this > > machine, or 2.6.32 on another machine (using rt2x500pci). The router is > > Netgear WGR614V9, and the firmware is V1.2.24_37.0.35. > > Also note that this "reason 3" only occures after the first association > > - after that it just continues with the "no probe response" I got used > > to. > > Based on a suggestion by Michael Buesch, I am trying a new version of the > patch. Does this one work for you? >
Nope, still same as previous patch (dmesg attached). --y > Larry > > =========== > > Index: wireless-testing/drivers/net/wireless/b43/main.c > =================================================================== > --- wireless-testing.orig/drivers/net/wireless/b43/main.c > +++ wireless-testing/drivers/net/wireless/b43/main.c > @@ -3980,6 +3980,7 @@ static int b43_wireless_core_start(struc > } > > /* We are ready to run. */ > + ieee80211_wake_queues(dev->wl->hw); > b43_set_status(dev, B43_STAT_STARTED); > > /* Start data flow (TX/RX). */ > @@ -4387,10 +4388,6 @@ static int b43_wireless_core_init(struct > b43_upload_card_macaddress(dev); > b43_security_init(dev); > > - ieee80211_wake_queues(dev->wl->hw); > - > - ieee80211_wake_queues(dev->wl->hw); > - > b43_set_status(dev, B43_STAT_INITIALIZED); > > out: > Index: wireless-testing/drivers/net/wireless/b43legacy/main.c > =================================================================== > --- wireless-testing.orig/drivers/net/wireless/b43legacy/main.c > +++ wireless-testing/drivers/net/wireless/b43legacy/main.c > @@ -2923,6 +2923,7 @@ static int b43legacy_wireless_core_start > goto out; > } > /* We are ready to run. */ > + ieee80211_wake_queues(dev->wl->hw); > b43legacy_set_status(dev, B43legacy_STAT_STARTED); > > /* Start data flow (TX/RX) */ >
dmesg.gz
Description: GNU Zip compressed data
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/bcm43xx-dev