Re: [PATCH 3.9] mac80211: fix idle handling in monitor mode
From: Johannes Berg <johannes@sipsolutions.net> Date: 2013-02-26 20:53:23
On Sat, 2013-02-23 at 18:40 +0100, Felix Fietkau wrote:
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.