commit | b759f4ddcafb6414056cf3e49f2ab12359101c2e | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sat Feb 23 18:40:57 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Feb 26 21:53:01 2013 +0100 |
tree | 79dcf58cb041956eafe8ca8a07321e48581e1ec5 | |
parent | a7679ed5a0e92c87eeef33ae463e39a843561836 [diff] |
mac80211: fix idle handling in monitor mode When the driver does not want a monitor mode VIF, no channel context is allocated for it. This causes ieee80211_recalc_idle to put the hardware into idle mode if only a monitor mode is active, breaking injection. Fix this by checking local->monitors in addition to active channel contexts. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>