aboutsummaryrefslogtreecommitdiff
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorGravatar Eliad Peller <eliad@wizery.com> 2011-09-11 09:46:55 +0300
committerGravatar John W. Linville <linville@tuxdriver.com> 2011-09-16 16:36:35 -0400
commit910868db3f114df32387a9c51a729b2645febe4d (patch)
tree00b0a9df523665670cf1a28c6fbcba39ae19e9a3 /include/net/cfg80211.h
parentMerge branch 'for-linville' of git://github.com/lucacoelho/wl12xx (diff)
downloadlinux-910868db3f114df32387a9c51a729b2645febe4d.tar.gz
linux-910868db3f114df32387a9c51a729b2645febe4d.tar.bz2
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/cfg80211.h')
-rw-r--r--include/net/cfg80211.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 95980317d983..b42136a61f3a 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -441,6 +441,10 @@ enum plink_actions {
* @plink_action: plink action to take
* @plink_state: set the peer link state for a station
* @ht_capa: HT capabilities of station
+ * @uapsd_queues: bitmap of queues configured for uapsd. same format
+ * as the AC bitmap in the QoS info field
+ * @max_sp: max Service Period. same format as the MAX_SP in the
+ * QoS info field (but already shifted down)
*/
struct station_parameters {
u8 *supported_rates;