From: Felix Fietkau Date: Sat, 17 Jul 2010 13:59:07 +0000 (+0200) Subject: mac80211: fix aggregation action frame handling with AP VLANs X-Git-Tag: v2.6.36-rc1~571^2~107^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=875ae5f68883c75aad826e715df8ec0619551a07;p=pandora-kernel.git mac80211: fix aggregation action frame handling with AP VLANs When aggregation related action frames are enqueued for further work, and they originate from a STA that is part of an AP VLAN, they are currently enqueued for the AP interface. This breaks the sta_info_get() lookup in the actual work function, and because of that, aggregation sessions are not established for this STA. Fix this by replacing the sta_info_get call with a call to sta_info_get_bss. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed