From: Johannes Berg Date: Mon, 30 Jul 2012 10:26:34 +0000 (+0200) Subject: mac80211: pass channel to ieee80211_send_probe_req X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~278^2^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe94fe05e9fb7c1bea482d1b0fd09029a711cce2;p=pandora-kernel.git mac80211: pass channel to ieee80211_send_probe_req In multi-channel scenarios, the channel that we will transmit a probe request on isn't always the current channel (which will be NULL anyway) but will instead be the channel that the AP is on. Pass the channel to the ieee80211_send_probe_req() function so it can be used in the different scenarios. The scan code continues to pass the current channel, of course. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed