From: Felix Fietkau Date: Sun, 31 Jan 2010 20:50:12 +0000 (+0100) Subject: mac80211: fix sta lookup for received action frames on an AP VLAN X-Git-Tag: v2.6.34-rc1~233^2~421^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4754ffd68bc14de8db01451c49bb07adebe1e422;p=pandora-kernel.git mac80211: fix sta lookup for received action frames on an AP VLAN When looking for a matching interface, __ieee80211_rx_handle_packet loops over all active interfaces, looking for matching stations. Because AP VLAN interfaces are not processed as part of this loop, it needs to use sta_info_get_bss instead of sta_info_get in order to find a STA that has been moved to a VLAN. This fixes issues with aggregation setup/teardown. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed