Skip to content

Commit

Permalink
mac80211: remove an unused definition (MAX_STA_COUNT) in sta_info.h.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rami Rosen authored and John W. Linville committed Jan 29, 2009
1 parent 504a71e commit 81d963a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/mac80211/sta_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 81d963a

Please sign in to comment.