diff options
Diffstat (limited to 'net/mac80211')
-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 e49a5b99cf10..b683d3f5ef8a 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -382,8 +382,6 @@ static inline u32 get_sta_flags(struct sta_info *sta) | |||
382 | } | 382 | } |
383 | 383 | ||
384 | 384 | ||
385 | /* Maximum number of concurrently registered stations */ | ||
386 | #define MAX_STA_COUNT 2007 | ||
387 | 385 | ||
388 | #define STA_HASH_SIZE 256 | 386 | #define STA_HASH_SIZE 256 |
389 | #define STA_HASH(sta) (sta[5]) | 387 | #define STA_HASH(sta) (sta[5]) |