mac80211: count authorized stations per BSS
authorJohannes Berg <johannes.berg@intel.com>
Wed, 14 Dec 2011 11:20:31 +0000 (12:20 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 15 Dec 2011 19:46:34 +0000 (14:46 -0500)
commit29623892e185b65a503c925236ff73894a842d38
treea159e711035d4003ea64b52d3601a0be6f77e61b
parentd9a7ddb05e5419ca5e4b54f57074dc33c7ea991c
mac80211: count authorized stations per BSS

Currently, each AP interface will send multicast
traffic if any interface has a station entry even
if that station entry is allocated only. With the
new station state management we can easily fix it
by adding a counter that counts each authorized
station only and send multicast traffic only when
the correct interface has at least one authorized
station.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/debugfs_netdev.c
net/mac80211/ieee80211_i.h
net/mac80211/sta_info.c
net/mac80211/tx.c