]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: fix monitor mode injection
authorFelix Fietkau <nbd@openwrt.org>
Sun, 13 Jan 2013 22:10:26 +0000 (23:10 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 16 Jan 2013 14:09:31 +0000 (15:09 +0100)
commitb4a7ff75ba3545b061d4fe63f0bb9136ccfe8b19
tree062425959161236359bf628017cb6d940e09aabe
parentaacde9ee45225f7e0b90960f479aef83c66bfdc0
mac80211: fix monitor mode injection

Channel contexts are not always used with monitor interfaces. If no channel
context is set, use the oper channel, otherwise tx fails.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
[check local->use_chanctx]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c