summaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorKalle Valo <kalle.valo@nokia.com>2010-01-14 13:09:14 +0200
committerJohn W. Linville <linville@tuxdriver.com>2010-01-14 18:16:55 -0500
commit9d173fc5dfa8c1b4578b331ac7ff3ce8af27006e (patch)
tree261da62f97e554f788c06e4166c3debd6c23ce10 /include/net/mac80211.h
parent5e4ea1f0ed256382d6d839fbd7a5c7f1b99b6cb0 (diff)
downloadop-kernel-dev-9d173fc5dfa8c1b4578b331ac7ff3ce8af27006e.zip
op-kernel-dev-9d173fc5dfa8c1b4578b331ac7ff3ce8af27006e.tar.gz
mac80211: fix mac80211.h documentation warnings
There were some warnings about missing documentation and a missing reference. Signed-off-by: Kalle Valo <kalle.valo@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index f313a3c..bbfa475 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -107,6 +107,7 @@ enum ieee80211_max_queues {
* 2^n-1 in the range 1..32767]
* @cw_max: maximum contention window [like @cw_min]
* @txop: maximum burst time in units of 32 usecs, 0 meaning disabled
+ * @uapsd: is U-APSD mode enabled for the queue
*/
struct ieee80211_tx_queue_params {
u16 txop;
@@ -608,7 +609,11 @@ enum ieee80211_conf_changed {
/**
* enum ieee80211_smps_mode - spatial multiplexing power save mode
*
- * @
+ * @IEEE80211_SMPS_AUTOMATIC: automatic
+ * @IEEE80211_SMPS_OFF: off
+ * @IEEE80211_SMPS_STATIC: static
+ * @IEEE80211_SMPS_DYNAMIC: dynamic
+ * @IEEE80211_SMPS_NUM_MODES: internal, don't use
*/
enum ieee80211_smps_mode {
IEEE80211_SMPS_AUTOMATIC,
OpenPOWER on IntegriCloud