Felix Fietkau 4754ffd68b 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 <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-02-01 15:40:08 -05:00
..
2009-12-21 18:38:54 -05:00
2009-07-10 15:01:49 -04:00
2010-01-19 16:43:10 -05:00
2009-12-28 16:54:49 -05:00
2008-04-08 16:44:45 -04:00
2008-04-08 16:44:45 -04:00
2009-12-28 16:54:49 -05:00
2010-01-25 16:36:29 -05:00
2009-07-24 15:05:09 -04:00
2010-01-05 16:21:40 -05:00
2010-01-19 16:25:19 -05:00