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>
This commit is contained in:
Johannes Berg
2008-02-23 15:17:19 +01:00
committed by John W. Linville
parent f7a9214437
commit 902acc7896
15 changed files with 276 additions and 271 deletions

View File

@@ -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.