projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
504a71e
)
mac80211: remove an unused definition (MAX_STA_COUNT) in sta_info.h.
author
Rami Rosen
<ramirose@gmail.com>
Tue, 6 Jan 2009 08:51:01 +0000
(10:51 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 29 Jan 2009 20:59:52 +0000
(15:59 -0500)
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>
net/mac80211/sta_info.h
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/sta_info.h
b/net/mac80211/sta_info.h
index e49a5b99cf10424daba5ed3d8f2bece1447a4b2b..b683d3f5ef8aae6e3b45cbbfa55d37567d9c5644 100644
(file)
--- 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])