]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: fix a scheduling while atomic bug in CSA handling
authorFelix Fietkau <nbd@openwrt.org>
Tue, 8 Apr 2014 21:44:26 +0000 (23:44 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 9 Apr 2014 17:55:55 +0000 (13:55 -0400)
commit23c052af2aef6c41f62ec1ab20f134202e76b053
tree8e2c92c1d37ddf17b40347394d8ad20fc12b7d72
parent6cbb538989bfb8c278544d24b5593f510b9062ae
ath9k: fix a scheduling while atomic bug in CSA handling

Commit "ath9k: prepare for multi-interface CSA support" added a call to
ieee80211_iterate_active_interfaces in atomic context (beacon tasklet),
which is crashing.
Use ieee80211_iterate_active_interfaces_atomic instead.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/beacon.c