From: Johannes Berg Date: Fri, 27 Jul 2012 09:41:27 +0000 (+0200) Subject: mac80211: set channel only once during auth/assoc X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~278^2^2~6^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b17166a707e748ad87907f38431a1df26bb643f2;p=pandora-kernel.git mac80211: set channel only once during auth/assoc There's no need to set up the channel during auth and again during assoc, just do it once. Currently this doesn't result in any changes since calling hw_config() with an unchanged channel will return early, but with the channel context work this has an impact on channel context assignment. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed