Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81d963a1 authored by Rami Rosen's avatar Rami Rosen Committed by John W. Linville
Browse files

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: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 504a71e4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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])