commit | 5869e795e07ded955744ab99765d0f183f825f97 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Tue Apr 08 23:44:26 2014 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Apr 09 13:55:55 2014 -0400 |
tree | 8e2c92c1d37ddf17b40347394d8ad20fc12b7d72 | |
parent | 09efc56345be4146ab9fc87a55c837ed5d6ea1ab [diff] |
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>