From: Johannes Berg Date: Mon, 23 Jul 2012 12:53:27 +0000 (+0200) Subject: mac80211: fix current vs. operating channel in preq/beacon X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~278^2^2~6^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b77863b719a4e32909c218c0d5a83a14f4d98c5;p=pandora-kernel.git mac80211: fix current vs. operating channel in preq/beacon When sending probe requests, e.g. during software scanning, these will go out on the *current* channel, so their IEs need to be built from the current channel. At other times, e.g. for beacons or probe request templates, the IEs will be used on the *operating* channel and using the current channel instead might result in errors. Add the appropriate parameters to respect the difference. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed