diff options
author | Rami Rosen <ramirose@gmail.com> | 2009-01-06 11:51:01 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 23:59:52 +0300 |
commit | 81d963a1f6aeefca5527cc605f863eb82a634eab (patch) | |
tree | 0b87bdb33510e98ff25dce39fdee7a0b7cb1d020 /net/mac80211/sta_info.h | |
parent | 504a71e4c2718d8ef5dc5bff89dea47a91cf87e5 (diff) | |
download | linux-81d963a1f6aeefca5527cc605f863eb82a634eab.tar.xz |
mac80211: remove an unused definition (MAX_STA_COUNT) in sta_info.h.
This patch removes an unused definition of MAX_STA_COUNT in sta_info.h.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
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 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) } -/* Maximum number of concurrently registered stations */ -#define MAX_STA_COUNT 2007 #define STA_HASH_SIZE 256 #define STA_HASH(sta) (sta[5]) |