diff options
author | Eliad Peller <eliad@wizery.com> | 2011-09-11 02:46:55 -0400 |
---|---|---|
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 { | |||
955 | * @wme: indicates whether the STA supports WME. Only valid during AP-mode. | 955 | * @wme: indicates whether the STA supports WME. Only valid during AP-mode. |
956 | * @drv_priv: data area for driver use, will always be aligned to | 956 | * @drv_priv: data area for driver use, will always be aligned to |
957 | * sizeof(void *), size is determined in hw information. | 957 | * sizeof(void *), size is determined in hw information. |
958 | * @uapsd_queues: bitmap of queues configured for uapsd. Only valid | ||
959 | * if wme is supported. | ||
960 | * @max_sp: max Service Period. Only valid if wme is supported. | ||
958 | */ | 961 | */ |
959 | struct ieee80211_sta { | 962 | struct ieee80211_sta { |
960 | u32 supp_rates[IEEE80211_NUM_BANDS]; | 963 | u32 supp_rates[IEEE80211_NUM_BANDS]; |