diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 0fe077747082..db80e1be1dcb 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -287,6 +287,7 @@ struct ieee80211_if_sta { | |||
287 | * generator reports that there are no present stations that cannot support short | 287 | * generator reports that there are no present stations that cannot support short |
288 | * preambles */ | 288 | * preambles */ |
289 | #define IEEE80211_SDATA_SHORT_PREAMBLE BIT(3) | 289 | #define IEEE80211_SDATA_SHORT_PREAMBLE BIT(3) |
290 | #define IEEE80211_SDATA_USERSPACE_MLME BIT(4) | ||
290 | struct ieee80211_sub_if_data { | 291 | struct ieee80211_sub_if_data { |
291 | struct list_head list; | 292 | struct list_head list; |
292 | enum ieee80211_if_types type; | 293 | enum ieee80211_if_types type; |
@@ -553,8 +554,6 @@ struct ieee80211_local { | |||
553 | unsigned int hw_modes; /* bitfield of supported hardware modes; | 554 | unsigned int hw_modes; /* bitfield of supported hardware modes; |
554 | * (1 << MODE_*) */ | 555 | * (1 << MODE_*) */ |
555 | 556 | ||
556 | int user_space_mlme; | ||
557 | |||
558 | #ifdef CONFIG_MAC80211_DEBUGFS | 557 | #ifdef CONFIG_MAC80211_DEBUGFS |
559 | struct local_debugfsdentries { | 558 | struct local_debugfsdentries { |
560 | struct dentry *channel; | 559 | struct dentry *channel; |