summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
authorRami Rosen2009-01-06 09:51:01 +0100
committerJohn W. Linville2009-01-29 21:59:52 +0100
commit81d963a1f6aeefca5527cc605f863eb82a634eab (patch)
tree0b87bdb33510e98ff25dce39fdee7a0b7cb1d020 /net/mac80211/sta_info.h
parentmac80211: remove an unused parameter in ieee80211_rx_mgmt_probe_req(). (diff)
downloadkernel-qcow2-linux-81d963a1f6aeefca5527cc605f863eb82a634eab.tar.gz
kernel-qcow2-linux-81d963a1f6aeefca5527cc605f863eb82a634eab.tar.xz
kernel-qcow2-linux-81d963a1f6aeefca5527cc605f863eb82a634eab.zip
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])