diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-02-23 14:17:19 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-06 20:30:42 (GMT) |
commit | 902acc7896d7649fb30e4b22bd4e643c7f34b02c (patch) | |
tree | 8d8f2838fead8417e16e801383ddb2691a89719f /net/mac80211/sta_info.h | |
parent | f7a921443740d7dafc65b17aa32531730d358f50 (diff) | |
download | linux-fsl-qoriq-902acc7896d7649fb30e4b22bd4e643c7f34b02c.tar.xz |
mac80211: clean up mesh code
Various cleanups, reducing the #ifdef mess and other things.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 9d1d7a0..4ad5003 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -107,7 +107,6 @@ struct tid_ampdu_rx { struct timer_list session_timer; }; -#ifdef CONFIG_MAC80211_MESH enum plink_state { LISTEN, OPN_SNT, @@ -117,7 +116,6 @@ enum plink_state { HOLDING, BLOCKED }; -#endif /** * struct sta_ampdu_mlme - STA aggregation information. |