commit | bc192f8918ab8e41ba53b9ef881bc425ae92ed1b | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Wed Nov 23 21:09:49 2011 +0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 28 14:43:52 2011 -0500 |
tree | a7a0e2e7eefda7fefdd1942821b9d71ab7610a5c | |
parent | 5ccc32ff46065f031075cdbbdfe21b9e3b05aaad [diff] |
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 <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>