aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index adeae03c26a3..e21e0301548b 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -228,7 +228,7 @@ struct mesh_preq_queue {
228}; 228};
229 229
230enum ieee80211_mgd_state { 230enum ieee80211_mgd_state {
231 IEEE80211_MGD_STATE_IDLE, 231 IEEE80211_MGD_STATE_INVALID,
232 IEEE80211_MGD_STATE_PROBE, 232 IEEE80211_MGD_STATE_PROBE,
233 IEEE80211_MGD_STATE_AUTH, 233 IEEE80211_MGD_STATE_AUTH,
234 IEEE80211_MGD_STATE_ASSOC, 234 IEEE80211_MGD_STATE_ASSOC,
@@ -285,7 +285,6 @@ struct ieee80211_if_managed {
285 285
286 struct mutex mtx; 286 struct mutex mtx;
287 struct ieee80211_bss *associated; 287 struct ieee80211_bss *associated;
288 struct ieee80211_mgd_work *old_associate_work;
289 struct list_head work_list; 288 struct list_head work_list;
290 289
291 u8 bssid[ETH_ALEN]; 290 u8 bssid[ETH_ALEN];