Skip to content
  • Johannes Berg's avatar
    mac80211: fix current vs. operating channel in preq/beacon · 6b77863b
    Johannes Berg authored
    
    
    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>
    6b77863b