mac80211: synchronously reserve TID per station
authorLiad Kaufman <liad.kaufman@intel.com>
Wed, 19 Nov 2014 11:47:38 +0000 (13:47 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 19 Nov 2014 17:45:36 +0000 (18:45 +0100)
commitb6da911b3cf1d342f2f7123c9eb6463d299bca4e
tree7e90aaf36e8149ca731e4d8589d9d18556de933b
parent4f9610d528a6aa5642fa350fa93fbd905a753ae8
mac80211: synchronously reserve TID per station

In TDLS (e.g., TDLS off-channel) there is a requirement for
some drivers to supply an unused TID between the AP and the
device to the FW, to allow sending PTI requests and to allow
the FW to aggregate on a specific TID for better throughput.

To ensure that the allocated TID is indeed unused, this patch
introduces an API for blocking the driver from TXing on that
TID.

Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/agg-tx.c
net/mac80211/ieee80211_i.h
net/mac80211/sta_info.c
net/mac80211/sta_info.h
net/mac80211/tx.c
net/mac80211/wme.c
This page took 0.026365 seconds and 5 git commands to generate.