mac80211: allow station updates on ap interfaces for vlan stations
authorFelix Fietkau <nbd@openwrt.org>
Fri, 8 Jan 2010 17:10:58 +0000 (18:10 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 12 Jan 2010 19:02:07 +0000 (14:02 -0500)
commit0e5ded5a87c097760abd68521b86f1025dedc7d7
tree8df46ae5bb0a32c69127bc3b1c92245a6ca98be2
parentd524215f6cad245249df8def19125ae6fd0bcc9b
mac80211: allow station updates on ap interfaces for vlan stations

Since the per-vif station changes, sta_info_get on the ap sdata no
longer returns entries for stations on ap vlans. This causes issues
with hostapd, which currently always passes the ap interface name to
nl80211 calls. This patch provides bug compatibility with the earlier
versions until hostapd is fixed.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/cfg.c
net/mac80211/sta_info.c
net/mac80211/sta_info.h