1
0
Fork 0
alistair23-linux/net/ieee80211
John W. Linville 6bbdce5ac7 [PATCH] softmac: avoid assert in ieee80211softmac_wx_get_rate
Unconfigured bcm43xx device can hit an assert() during wx_get_rate
queries.  This is because bcm43xx calls ieee80211softmac_start late
(i.e. during open instead of probe).

   bcm43xx_net_open ->
      bcm43xx_init_board ->
         bcm43xx_select_wireless_core ->
            ieee80211softmac_start

Fix is to check that device is running before completing
ieee80211softmac_wx_get_rate.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
2007-02-05 16:58:42 -05:00
..
softmac [PATCH] softmac: avoid assert in ieee80211softmac_wx_get_rate 2007-02-05 16:58:42 -05:00
Kconfig [CRYPTO] users: Select ECB/CBC where needed 2006-10-25 16:51:05 +10:00
Makefile [PATCH] softmac: fix Makefiles 2006-03-22 22:16:51 -05:00
ieee80211_crypt.c [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 2006-07-21 14:51:30 -07:00
ieee80211_crypt_ccmp.c Merge branch 'master' into upstream 2006-09-22 20:10:23 -04:00
ieee80211_crypt_tkip.c [PATCH] severing skbuff.h -> mm.h 2006-12-04 02:00:34 -05:00
ieee80211_crypt_wep.c [PATCH] severing skbuff.h -> mm.h 2006-12-04 02:00:34 -05:00
ieee80211_geo.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ieee80211_module.c [PATCH] ieee80211: Provide generic get_stats implementation 2006-12-02 00:12:05 -05:00
ieee80211_rx.c [PATCH] Check ieee80211softmac_auth_resp kmalloc result 2006-12-02 00:12:05 -05:00
ieee80211_tx.c [PATCH] ieee80211: Fix kernel panic when QoS is enabled 2006-11-14 19:31:48 -05:00
ieee80211_wx.c [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 2006-07-21 14:51:30 -07:00