mac80211: Ensure off-channel frames don't get queued
authorSeth Forshee <seth.forshee@canonical.com>
Mon, 25 Feb 2013 20:58:05 +0000 (14:58 -0600)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 26 Feb 2013 20:04:58 +0000 (21:04 +0100)
commita7679ed5a0e92c87eeef33ae463e39a843561836
tree435faeb67f5eeca65a910905e967257be90a26d8
parent163df6cf292a1024277f500038fc0ed493635673
mac80211: Ensure off-channel frames don't get queued

Commit 6c17b77b67587b9f9e3070fb89fe98cef3187131 (mac80211: Fix tx queue
handling during scans) contains a bug that causes off-channel frames to
get queued when they should be handed down to the driver for transmit.
Prevent this from happening.

Reported-by: Fabio Rossi <rossi.f@inwind.it>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c