diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index da4b03c1c3bc..2ee808860007 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -75,15 +75,6 @@ enum ieee80211_sta_info_flags { | |||
75 | WLAN_STA_INSERTED, | 75 | WLAN_STA_INSERTED, |
76 | }; | 76 | }; |
77 | 77 | ||
78 | enum ieee80211_sta_state { | ||
79 | /* NOTE: These need to be ordered correctly! */ | ||
80 | IEEE80211_STA_NOTEXIST, | ||
81 | IEEE80211_STA_NONE, | ||
82 | IEEE80211_STA_AUTH, | ||
83 | IEEE80211_STA_ASSOC, | ||
84 | IEEE80211_STA_AUTHORIZED, | ||
85 | }; | ||
86 | |||
87 | #define STA_TID_NUM 16 | 78 | #define STA_TID_NUM 16 |
88 | #define ADDBA_RESP_INTERVAL HZ | 79 | #define ADDBA_RESP_INTERVAL HZ |
89 | #define HT_AGG_MAX_RETRIES 15 | 80 | #define HT_AGG_MAX_RETRIES 15 |