linux/drivers/net/wireless/quantenna/qtnfmac
Sergey Matyukevich 39845020b3 qtnfmac: fix STA disconnect procedure
STA does not reconnect to the same AP after disconnect. The reason is
that STA is marked as disconnected in cfg80211 disconnect callback.
This is too early since in this case qtnfmac event handler skips
cfg80211_disconnected call when processing disconnect event from
the card. As a result, wdev is left in an inconsistent state.

Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-01-24 18:00:50 +02:00
..
pearl qtnfmac: support 64-bit network interface stats 2018-01-24 18:00:30 +02:00
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bus.h qtnfmac: remove unused qtnf_rx_frame declaration 2017-08-17 10:04:37 +03:00
cfg80211.c qtnfmac: fix STA disconnect procedure 2018-01-24 18:00:50 +02:00
cfg80211.h qtnfmac: cancel scans on wireless interface changes 2017-09-20 15:35:33 +03:00
commands.c qtnfmac: modify supported interface combinations 2018-01-24 18:00:40 +02:00
commands.h qtnfmac: support MAC address based access control 2018-01-09 14:11:23 +02:00
core.c qtnfmac: modify supported interface combinations 2018-01-24 18:00:40 +02:00
core.h qtnfmac: modify supported interface combinations 2018-01-24 18:00:40 +02:00
debug.c
debug.h
event.c qtnfmac: keeping track of "generation" for STA info 2018-01-09 14:11:23 +02:00
event.h
qlink.h qtnfmac: modify supported interface combinations 2018-01-24 18:00:40 +02:00
qlink_util.c qtnfmac: support MAC address based access control 2018-01-09 14:11:23 +02:00
qlink_util.h qtnfmac: support MAC address based access control 2018-01-09 14:11:23 +02:00
qtn_hw_ids.h
shm_ipc.c
shm_ipc.h
shm_ipc_defs.h
trans.c
trans.h
util.c qtnfmac: keeping track of "generation" for STA info 2018-01-09 14:11:23 +02:00
util.h qtnfmac: keeping track of "generation" for STA info 2018-01-09 14:11:23 +02:00