commit | 57fb089f480d199e4275da086d407b978de67214 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Fri Nov 08 17:31:37 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Nov 25 16:50:08 2013 +0100 |
tree | d25c213756c339865e25aba335eb75525c2d789a | |
parent | 7fa322c878d70e38675f50e17acdce7fa3f5ac8c [diff] |
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>