• Joseph Jezak's avatar
    [PATCH] SoftMAC: Prevent multiple authentication attempts on the same network · cb74c432
    Joseph Jezak authored
    This patch addresses the "No queue exists" messages commonly seen during
    authentication and associating.  These appear due to scheduling multiple
    authentication attempts on the same network.  To prevent this, I added a
    flag to stop multiple authentication attempts by the association layer.
    I also added a check to the wx handler to see if we're connecting to a
    different network than the one already in progress.  This scenario was
    causing multiple requests on the same network because the network BSSID
    was not being updated despite the fact that the ESSID changed.
    Signed-off-by: default avatarJoseph Jezak <josejx@gentoo.org>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    cb74c432
ieee80211softmac_wx.c 13.7 KB