This patch removes an unused definition of MAX_STA_COUNT in sta_info.h. (wireless-testing). Signed-off-by: Rami Rosen <ramirose@xxxxxxxxx> diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index dc2606d..b956a55 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -383,8 +383,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]) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html