summaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorEliad Peller2011-09-11 08:46:55 +0200
committerJohn W. Linville2011-09-16 22:36:35 +0200
commit910868db3f114df32387a9c51a729b2645febe4d (patch)
tree00b0a9df523665670cf1a28c6fbcba39ae19e9a3 /include/net/mac80211.h
parentMerge branch 'for-linville' of git://github.com/lucacoelho/wl12xx (diff)
downloadkernel-qcow2-linux-910868db3f114df32387a9c51a729b2645febe4d.tar.gz
kernel-qcow2-linux-910868db3f114df32387a9c51a729b2645febe4d.tar.xz
kernel-qcow2-linux-910868db3f114df32387a9c51a729b2645febe4d.zip
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.h3
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];