From: Felix Fietkau Date: Fri, 25 Jul 2014 14:20:22 +0000 (+0200) Subject: mac80211: ignore AP_VLAN in ieee80211_recalc_chanctx_chantype X-Git-Tag: fixes-for-v3.18-merge-window~162^2^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e67c13667a72093aa3ef3cb54dd521e34e500fc;p=pandora-kernel.git mac80211: ignore AP_VLAN in ieee80211_recalc_chanctx_chantype When bringing down the AP, a WARN_ON is hit because the bss config chandef is empty here. Since AP_VLAN channel settings do not matter for anything chanctx related (always inherits the settings from the AP interface), let's just ignore it here. Signed-off-by: Felix Fietkau Signed-off-by: Johannes Berg --- Reading git-diff-tree failed