From: Johannes Berg Date: Tue, 20 Sep 2011 15:40:51 +0000 (+0200) Subject: mac80211: fix AP/VLAN PS buffer race X-Git-Tag: v3.2-rc1~129^2~183^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f2d93353a48af4d5b6ea2a79994d7c9a94b356a;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed