Skip to content
Snippets Groups Projects
Commit 6b77863b authored by Johannes Berg's avatar Johannes Berg
Browse files

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: default avatarJohannes Berg <johannes.berg@intel.com>
parent 679ef4ea
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment