]> Pileus Git - ~andy/linux/commit
mac80211: fix crash when using AP VLAN interfaces
authorFelix Fietkau <nbd@openwrt.org>
Fri, 8 Nov 2013 16:31:37 +0000 (17:31 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Nov 2013 15:50:08 +0000 (16:50 +0100)
commit57fb089f480d199e4275da086d407b978de67214
treed25c213756c339865e25aba335eb75525c2d789a
parent7fa322c878d70e38675f50e17acdce7fa3f5ac8c
mac80211: fix crash when using AP VLAN interfaces

Commit "mac80211: implement SMPS for AP" applies to AP_VLAN as well.
It assumes that sta->sdata->vif.bss_conf.bssid is present, which did not
get set for AP_VLAN.
Initialize it to sdata->vif.addr like for other interface types.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/iface.c