Hello Kalle and all, Here is the next patch set with fixes and cleanups for qtnfmac driver. This set mostly consists of multiple fixes and improvements for STA mode. The major changes include the following items: - fixes for 'iw' output: rates for enabled SGI, 'dump station' - expose more scan features to host: scan flush and dwell time - inform host wireless core when OBSS is not supported by firmware - command processing cleanup: unify and get rid of 'unlikely' macros Regards, Sergey Igor Mitsyanko (4) qtnfmac: do not cancel scan in disconnect callback qtnfmac: do not initialize per-MAC data multiple times qtnfmac: request userspace to do OBSS scanning if FW can not qtnfmac: generate local disconnect event in disconnect callback Sergey Matyukevich (9) qtnfmac: implement dump_station support for STA mode qtnfmac: drop redundant data copy in control path qtnfmac: add support for scan dwell time configuration qtnfmac: add support for scan flush qtnfmac: drop error reports for out-of-bounds key indexes qtnfmac: inform wireless core about supported extended capabilities qtnfmac: pass sgi rate info flag to wireless core qtnfmac: cleanup and unify command error handling qtnfmac: do not track STA states in driver cfg80211.c | 193 ++++++++++----------- commands.c | 535 +++++++++++++---------------------------------------------- core.c | 39 ++-- core.h | 8 event.c | 18 - pcie/pcie.c | 5 qlink.h | 5 qlink_util.h | 8 shm_ipc.c | 13 - shm_ipc.h | 4 10 files changed, 277 insertions(+), 551 deletions(-)