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:
committed by
John W. Linville
parent
f7a9214437
commit
902acc7896
@@ -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.
|
||||
|
Reference in New Issue
Block a user