diff options
author | 2018-05-29 15:00:05 +0300 | |
---|---|---|
committer | 2018-05-30 22:20:17 +0300 | |
commit | 480daa9cb62c14bbd1b87a01cd9bc10cc56dbf32 (patch) | |
tree | bc0e53348851f3daec587d62bc454aea450f63b2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | qtnfmac: cancel scan on disconnect (diff) | |
download | wireguard-linux-480daa9cb62c14bbd1b87a01cd9bc10cc56dbf32.tar.xz wireguard-linux-480daa9cb62c14bbd1b87a01cd9bc10cc56dbf32.zip |
qtnfmac: fix invalid STA state on EAPOL failure
Driver switches vif sta_state into QTNF_STA_CONNECTING when cfg80211
core initiates connect procedure. Further this state is changed either
to QTNF_STA_CONNECTED or to QTNF_STA_DISCONNECTED by BSS_JOIN and
BSS_LEAVE events from firmware. However it is possible that no such
events will be sent by firmware, e.g. if EAPOL timed out.
In this case vif sta_mode will remain in QTNF_STA_CONNECTING state and
all subsequent connection attempts will fail with -EBUSY error code.
Fix this by perfroming STA state transition from QTNF_STA_CONNECTING
to QTNF_STA_DISCONNECTED in cfg80211 disconnect callback.
No need to rely upon firmware events in this case.
Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions