diff options
-rw-r--r-- | Documentation/DocBook/mac80211.tmpl | 1 | ||||
-rw-r--r-- | include/net/mac80211.h | 1 | ||||
-rw-r--r-- | net/mac80211/sta_info.h | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/DocBook/mac80211.tmpl b/Documentation/DocBook/mac80211.tmpl index fbeaffc1dcc3..e36986663570 100644 --- a/Documentation/DocBook/mac80211.tmpl +++ b/Documentation/DocBook/mac80211.tmpl | |||
@@ -145,7 +145,6 @@ usage should require reading the full document. | |||
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_if_init_conf |
148 | !Finclude/net/mac80211.h ieee80211_if_conf | ||
149 | </chapter> | 148 | </chapter> |
150 | 149 | ||
151 | <chapter id="rx-tx"> | 150 | <chapter id="rx-tx"> |
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index d10ed1776fcd..2d0610581efc 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -173,7 +173,6 @@ enum ieee80211_bss_change { | |||
173 | * @timestamp: beacon timestamp | 173 | * @timestamp: beacon timestamp |
174 | * @beacon_int: beacon interval | 174 | * @beacon_int: beacon interval |
175 | * @assoc_capability: capabilities taken from assoc resp | 175 | * @assoc_capability: capabilities taken from assoc resp |
176 | * @ht: BSS's HT configuration | ||
177 | * @basic_rates: bitmap of basic rates, each bit stands for an | 176 | * @basic_rates: bitmap of basic rates, each bit stands for an |
178 | * index into the rate table configured by the driver in | 177 | * index into the rate table configured by the driver in |
179 | * the current band. | 178 | * the current band. |
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index f53aa9dc6e97..49a1a1f76511 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -216,6 +216,7 @@ struct sta_ampdu_mlme { | |||
216 | * @plink_state: peer link state | 216 | * @plink_state: peer link state |
217 | * @plink_timeout: timeout of peer link | 217 | * @plink_timeout: timeout of peer link |
218 | * @plink_timer: peer link watch timer | 218 | * @plink_timer: peer link watch timer |
219 | * @plink_timer_was_running: used by suspend/resume to restore timers | ||
219 | * @debugfs: debug filesystem info | 220 | * @debugfs: debug filesystem info |
220 | * @sta: station information we share with the driver | 221 | * @sta: station information we share with the driver |
221 | */ | 222 | */ |