diff options
author | Eliad Peller <eliad@wizery.com> | 2011-09-11 09:46:55 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-16 16:36:35 -0400 |
commit | 910868db3f114df32387a9c51a729b2645febe4d (patch) | |
tree | 00b0a9df523665670cf1a28c6fbcba39ae19e9a3 /include/net/mac80211.h | |
parent | bd1a272806e6554c54959f2b46f6d40c182468c0 (diff) |
nl80211/cfg80211/mac80211: fix wme docs
Add/fix some missing docs.
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 643e1291a1e8..9edba09547e4 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -955,6 +955,9 @@ enum set_key_cmd { * @wme: indicates whether the STA supports WME. Only valid during AP-mode. * @drv_priv: data area for driver use, will always be aligned to * sizeof(void *), size is determined in hw information. + * @uapsd_queues: bitmap of queues configured for uapsd. Only valid + * if wme is supported. + * @max_sp: max Service Period. Only valid if wme is supported. */ struct ieee80211_sta { u32 supp_rates[IEEE80211_NUM_BANDS]; |