diff options
-rw-r--r-- | Documentation/DocBook/mac80211.tmpl | 2 | ||||
-rw-r--r-- | include/net/mac80211.h | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/DocBook/mac80211.tmpl b/Documentation/DocBook/mac80211.tmpl index f3f37f141dbd..971d1c0c83e5 100644 --- a/Documentation/DocBook/mac80211.tmpl +++ b/Documentation/DocBook/mac80211.tmpl | |||
@@ -144,7 +144,7 @@ usage should require reading the full document. | |||
144 | this though and the recommendation to allow only a single | 144 | this though and the recommendation to allow only a single |
145 | interface in STA mode at first! | 145 | interface in STA mode at first! |
146 | </para> | 146 | </para> |
147 | !Finclude/net/mac80211.h ieee80211_if_init_conf | 147 | !Finclude/net/mac80211.h ieee80211_vif |
148 | </chapter> | 148 | </chapter> |
149 | 149 | ||
150 | <chapter id="rx-tx"> | 150 | <chapter id="rx-tx"> |
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index f313a3cbabda..bbfa4750092e 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -107,6 +107,7 @@ enum ieee80211_max_queues { | |||
107 | * 2^n-1 in the range 1..32767] | 107 | * 2^n-1 in the range 1..32767] |
108 | * @cw_max: maximum contention window [like @cw_min] | 108 | * @cw_max: maximum contention window [like @cw_min] |
109 | * @txop: maximum burst time in units of 32 usecs, 0 meaning disabled | 109 | * @txop: maximum burst time in units of 32 usecs, 0 meaning disabled |
110 | * @uapsd: is U-APSD mode enabled for the queue | ||
110 | */ | 111 | */ |
111 | struct ieee80211_tx_queue_params { | 112 | struct ieee80211_tx_queue_params { |
112 | u16 txop; | 113 | u16 txop; |
@@ -608,7 +609,11 @@ enum ieee80211_conf_changed { | |||
608 | /** | 609 | /** |
609 | * enum ieee80211_smps_mode - spatial multiplexing power save mode | 610 | * enum ieee80211_smps_mode - spatial multiplexing power save mode |
610 | * | 611 | * |
611 | * @ | 612 | * @IEEE80211_SMPS_AUTOMATIC: automatic |
613 | * @IEEE80211_SMPS_OFF: off | ||
614 | * @IEEE80211_SMPS_STATIC: static | ||
615 | * @IEEE80211_SMPS_DYNAMIC: dynamic | ||
616 | * @IEEE80211_SMPS_NUM_MODES: internal, don't use | ||
612 | */ | 617 | */ |
613 | enum ieee80211_smps_mode { | 618 | enum ieee80211_smps_mode { |
614 | IEEE80211_SMPS_AUTOMATIC, | 619 | IEEE80211_SMPS_AUTOMATIC, |