mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 03:33:58 +08:00
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>
This commit is contained in:
parent
504a71e4c2
commit
81d963a1f6
@ -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_SIZE 256
|
||||||
#define STA_HASH(sta) (sta[5])
|
#define STA_HASH(sta) (sta[5])
|
||||||
|
Loading…
Reference in New Issue
Block a user