From: Johannes Berg Date: Wed, 25 Jul 2012 11:51:49 +0000 (+0200) Subject: mac80211: mesh: don't use global channel type X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~278^2^2~6^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=466f310d100ff54f346c1be481af9935c42467b3;p=pandora-kernel.git mac80211: mesh: don't use global channel type Using local->_oper_channel_type in the mesh code is completely wrong as this value is the combination of the various interface channel types and can be a different value from the mesh interface in case there are multiple virtual interfaces. Use sdata->vif.bss_conf.channel_type instead as it tracks the per-vif channel type. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed