commit | 6f2d93353a48af4d5b6ea2a79994d7c9a94b356a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Sep 20 17:40:51 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Sep 21 16:19:41 2011 -0400 |
tree | 5ce98ab1b817d4b177c68b89f1da0e541e2f35a9 | |
parent | da3ba88a9996cd64c6768bed5727e02da81e2c8d [diff] |
mac80211: fix AP/VLAN PS buffer race When an AP interface is removed without the AP/VLAN interfaces having been removed before already, the AP-VLAN interface might still have sleeping stations and buffer multicast frames which will happen on the AP interface. Thus, we need to remove AP/VLAN interfaces before purging buffered broadcast frames. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>