• J
    mac80211: set basic rates earlier · 5d6a1b06
    Johannes Berg 提交于
    The authentication and association handshake
    already happens in the context of the new BSS,
    and the basic rates are needed at least for
    the ACK response frame to the authentication
    or association response frames. Therefore the
    basic rates should already be configured into
    the driver when those frames are sent.
    
    Change the logic to set up the basic rates in
    the connection preparation that happens for
    authentication and association (if needed).
    Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
    Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
    5d6a1b06
mlme.c 97.8 KB