summaryrefslogtreecommitdiff
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorEliad Peller <eliad@wizery.com>2011-08-23 14:37:46 +0300
committerJohn W. Linville <linville@tuxdriver.com>2011-08-26 10:47:56 -0400
commitc75786c9ef9e726dc139325a775e90a684b00ed7 (patch)
tree90ea19402f4f63217f79410a2909c0c943851927 /include/net/cfg80211.h
parenta21fa87e3a3a8390f17f53967baa574f4e1e1e76 (diff)
downloadlinux-3.10-c75786c9ef9e726dc139325a775e90a684b00ed7.tar.gz
linux-3.10-c75786c9ef9e726dc139325a775e90a684b00ed7.tar.bz2
linux-3.10-c75786c9ef9e726dc139325a775e90a684b00ed7.zip
nl80211/cfg80211: add STA WME parameters
Add new NL80211_ATTR_STA_WME nested attribute that contains wme params needed by the low-level driver (uapsd_queues and max_sp). Add these params to the station_parameters struct as well. Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 77aa777c10e..88112ca59c8 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -452,6 +452,8 @@ struct station_parameters {
u8 plink_action;
u8 plink_state;
struct ieee80211_ht_cap *ht_capa;
+ u8 uapsd_queues;
+ u8 max_sp;
};
/**