diff options
author | Eliad Peller <eliad@wizery.com> | 2011-08-23 07:37:47 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-26 10:47:56 -0400 |
commit | 9533b4ac86e20656d95f25e536c81c994e5f57a6 (patch) | |
tree | a536c82bddcd66c41dfee63526b9499313a4734a /include/net/mac80211.h | |
parent | c75786c9ef9e726dc139325a775e90a684b00ed7 (diff) |
mac80211: add uapsd_queues and max_sp params fields
Add uapsd_queues and max_sp fields to ieee80211_sta.
These fields might be needed by low-level drivers in
order to configure the AP.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 2f01d84ca52f..2e752df57510 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -954,6 +954,8 @@ struct ieee80211_sta { | |||
954 | u16 aid; | 954 | u16 aid; |
955 | struct ieee80211_sta_ht_cap ht_cap; | 955 | struct ieee80211_sta_ht_cap ht_cap; |
956 | bool wme; | 956 | bool wme; |
957 | u8 uapsd_queues; | ||
958 | u8 max_sp; | ||
957 | 959 | ||
958 | /* must be last */ | 960 | /* must be last */ |
959 | u8 drv_priv[0] __attribute__((__aligned__(sizeof(void *)))); | 961 | u8 drv_priv[0] __attribute__((__aligned__(sizeof(void *)))); |