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/linux/nl80211.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/linux/nl80211.h')
-rw-r--r-- | include/linux/nl80211.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h index 8aa7badc1966..f17307590e61 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h | |||
@@ -2541,8 +2541,10 @@ enum nl80211_hidden_ssid { | |||
2541 | /** | 2541 | /** |
2542 | * enum nl80211_sta_wme_attr - station WME attributes | 2542 | * enum nl80211_sta_wme_attr - station WME attributes |
2543 | * @__NL80211_STA_WME_INVALID: invalid number for nested attribute | 2543 | * @__NL80211_STA_WME_INVALID: invalid number for nested attribute |
2544 | * @NL80211_STA_WME_QUEUES: bitmap of uapsd queues. | 2544 | * @NL80211_STA_WME_UAPSD_QUEUES: bitmap of uapsd queues. the format |
2545 | * @NL80211_STA_WME_MAX_SP: max service period. | 2545 | * is the same as the AC bitmap in the QoS info field. |
2546 | * @NL80211_STA_WME_MAX_SP: max service period. the format is the same | ||
2547 | * as the MAX_SP field in the QoS info field (but already shifted down). | ||
2546 | * @__NL80211_STA_WME_AFTER_LAST: internal | 2548 | * @__NL80211_STA_WME_AFTER_LAST: internal |
2547 | * @NL80211_STA_WME_MAX: highest station WME attribute | 2549 | * @NL80211_STA_WME_MAX: highest station WME attribute |
2548 | */ | 2550 | */ |