From: Felix Fietkau Date: Wed, 23 Nov 2011 14:09:49 +0000 (+0700) Subject: mac80211: do not pass AP VLAN vif pointers to drivers X-Git-Tag: v3.3-rc1~182^2~261^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc192f8918ab8e41ba53b9ef881bc425ae92ed1b;p=pandora-kernel.git mac80211: do not pass AP VLAN vif pointers to drivers This fixes frequent WARN_ONs when using AP VLAN + aggregation, as these vifs are virtual and not registered with drivers. Use sta_info_get_bss instead of sta_info_get in aggregation callbacks, so that these callbacks can find the station entry when called with the AP vif. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed