original_kernel/net/ieee80211/softmac
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
..
Kconfig
Makefile
ieee80211softmac_assoc.c
ieee80211softmac_auth.c
ieee80211softmac_event.c
ieee80211softmac_io.c
ieee80211softmac_module.c
ieee80211softmac_priv.h
ieee80211softmac_scan.c
ieee80211softmac_wx.c [PATCH] softmac: avoid assert in ieee80211softmac_wx_get_rate 2007-02-05 16:58:42 -05:00