From: Felix Fietkau Date: Fri, 8 Nov 2013 16:31:37 +0000 (+0100) Subject: mac80211: fix crash when using AP VLAN interfaces X-Git-Tag: v3.13-rc4~3^2~64^2^2~7^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57fb089f480d199e4275da086d407b978de67214;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed