mac80211: fix idle handling in monitor mode
authorFelix Fietkau <nbd@openwrt.org>
Sat, 23 Feb 2013 17:40:57 +0000 (18:40 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 26 Feb 2013 20:53:01 +0000 (21:53 +0100)
commitb759f4ddcafb6414056cf3e49f2ab12359101c2e
tree79dcf58cb041956eafe8ca8a07321e48581e1ec5
parenta7679ed5a0e92c87eeef33ae463e39a843561836
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>
net/mac80211/iface.c