• J
    mac80211: fix current vs. operating channel in preq/beacon · 6b77863b
    Johannes Berg 提交于
    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: NJohannes Berg <johannes.berg@intel.com>
    6b77863b
tx.c 75.4 KB