mirror of
https://github.com/torvalds/linux.git
synced 2024-11-30 08:01:59 +00:00
ath9k: remove the WARN_ON that triggers if generating a beacon fails
During teardown, mac80211 will not return a new beacon. This is normal and handled properly in the driver, so there's no need to spam the user with a kernel warning here. Cc: stable@vger.kernel.org Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
1adb2e2b5f
commit
3adcf20afb
@ -360,7 +360,6 @@ void ath9k_beacon_tasklet(unsigned long data)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
bf = ath9k_beacon_generate(sc->hw, vif);
|
bf = ath9k_beacon_generate(sc->hw, vif);
|
||||||
WARN_ON(!bf);
|
|
||||||
|
|
||||||
if (sc->beacon.bmisscnt != 0) {
|
if (sc->beacon.bmisscnt != 0) {
|
||||||
ath_dbg(common, BSTUCK, "resume beacon xmit after %u misses\n",
|
ath_dbg(common, BSTUCK, "resume beacon xmit after %u misses\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user