From: Johannes Berg Date: Wed, 14 Dec 2011 11:20:31 +0000 (+0100) Subject: mac80211: count authorized stations per BSS X-Git-Tag: v3.3-rc1~182^2~178^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29623892e185b65a503c925236ff73894a842d38;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed