linux/drivers/net/wireless/b43
Johannes Berg 1e87d68083 b43: remove rate index warning
I frequently run into this warning, and added some
debugging to see why, and got this:

b43 bad rx: 00000000: 2f d2 e2 63 cf a7 14 04 28 18 c8 5f 88 4a a2 00
                      bogus junk       | plcp            | fctl| dur

b43 bad rx: 00000010: 00 11 24 91 07 4d 00 06 25 ff 8f 78 00 06 25 ff
                      my MAC address   | BSSID           | AP MAC
b43 bad rx: 00000020: 8f 76 20 74 00 00 42 07 00 20 00 00 00 00 aa aa
                           | seq | QoS | CCMP IV               | data
                      ...

As you can see, there are 6 bogus bytes (sometimes only five) and then
the frame. I don't know why, and I don't see how to recover, so let's
just drop these frames.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-11-21 11:06:07 -05:00
..
Kconfig b43: Add LP-PHY template 2008-09-05 16:17:43 -04:00
Makefile b43: Add LP-PHY template 2008-09-05 16:17:43 -04:00
b43.h b43: implement short slot and basic rate handling 2008-11-10 15:17:35 -05:00
debugfs.c
debugfs.h
dma.c mac80211/drivers: rewrite the rate control API 2008-10-31 19:00:23 -04:00
dma.h
leds.c
leds.h
lo.c
lo.h
main.c b43: implement short slot and basic rate handling 2008-11-10 15:17:35 -05:00
main.h
pcmcia.c pcmcia: remove unused argument to pcmcia_parse_tuple() 2008-08-31 15:50:33 +02:00
pcmcia.h
phy_a.c b43: Move Analog switching into phy code 2008-09-08 14:00:16 -04:00
phy_a.h b43: Split PHY alloc and init 2008-09-05 16:17:49 -04:00
phy_common.c mac80211: use nl80211 interface types 2008-09-15 16:48:23 -04:00
phy_common.h b43: Move Analog switching into phy code 2008-09-08 14:00:16 -04:00
phy_g.c b43 G-PHY: Remove mmiowb() 2008-09-11 15:53:32 -04:00
phy_g.h b43: Split PHY alloc and init 2008-09-05 16:17:49 -04:00
phy_lp.c b43: Move Analog switching into phy code 2008-09-08 14:00:16 -04:00
phy_lp.h b43: Split PHY alloc and init 2008-09-05 16:17:49 -04:00
phy_n.c b43: Move Analog switching into phy code 2008-09-08 14:00:16 -04:00
phy_n.h b43: Split PHY alloc and init 2008-09-05 16:17:49 -04:00
pio.c mac80211/drivers: rewrite the rate control API 2008-10-31 19:00:23 -04:00
pio.h
rfkill.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2008-10-01 06:12:56 -07:00
rfkill.h
sysfs.c
sysfs.h
tables.c
tables.h
tables_nphy.c b43: Move code from nphy.* to phy_n.* 2008-09-05 16:17:43 -04:00
tables_nphy.h
wa.c
wa.h
xmit.c b43: remove rate index warning 2008-11-21 11:06:07 -05:00
xmit.h mac80211/drivers: rewrite the rate control API 2008-10-31 19:00:23 -04:00