diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 9d1d7a0e3114..4ad500373d5a 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -107,7 +107,6 @@ struct tid_ampdu_rx { | |||
107 | struct timer_list session_timer; | 107 | struct timer_list session_timer; |
108 | }; | 108 | }; |
109 | 109 | ||
110 | #ifdef CONFIG_MAC80211_MESH | ||
111 | enum plink_state { | 110 | enum plink_state { |
112 | LISTEN, | 111 | LISTEN, |
113 | OPN_SNT, | 112 | OPN_SNT, |
@@ -117,7 +116,6 @@ enum plink_state { | |||
117 | HOLDING, | 116 | HOLDING, |
118 | BLOCKED | 117 | BLOCKED |
119 | }; | 118 | }; |
120 | #endif | ||
121 | 119 | ||
122 | /** | 120 | /** |
123 | * struct sta_ampdu_mlme - STA aggregation information. | 121 | * struct sta_ampdu_mlme - STA aggregation information. |