diff options
author | John W. Linville <linville@tuxdriver.com> | 2007-01-03 02:22:05 (GMT) |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-05 21:58:42 (GMT) |
commit | 6bbdce5ac755e3b3cdcf9bb9fdbcc2af78ad34d0 (patch) | |
tree | 8547e58011042d938474332ffff5ef412602f69e /include/acpi/acpi_bus.h | |
parent | ff86a543e9de35c5b17a289a58aed0be4e7b9d22 (diff) | |
download | linux-fsl-qoriq-6bbdce5ac755e3b3cdcf9bb9fdbcc2af78ad34d0.tar.xz |
[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>
Diffstat (limited to 'include/acpi/acpi_bus.h')
0 files changed, 0 insertions, 0 deletions