summaryrefslogtreecommitdiff
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2009-01-06 10:51:01 +0200
committerJohn W. Linville <linville@tuxdriver.com>2009-01-29 15:59:52 -0500
commit81d963a1f6aeefca5527cc605f863eb82a634eab (patch)
tree0b87bdb33510e98ff25dce39fdee7a0b7cb1d020 /net/mac80211/sta_info.h
parent504a71e4c2718d8ef5dc5bff89dea47a91cf87e5 (diff)
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.h2
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])