mac80211: pass queue bitmap to flush operation
authorJohannes Berg <johannes.berg@intel.com>
Wed, 13 Feb 2013 11:11:00 +0000 (12:11 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 18 Mar 2013 19:15:03 +0000 (20:15 +0100)
There are a number of situations in which mac80211 only
really needs to flush queues for one virtual interface,
and in fact during this frames might be transmitted on
other virtual interfaces. Calculate and pass a queue
bitmap to the driver so it knows which queues to flush.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found