Hello Kalle and all, Here is the next update for qtnfmac driver which enables more wireless features. The major changes include the following items: - cfg80211 power management callback - net_device_ops set MAC addr callback - advanced scan features: multiple SSIDs and randomized source MACs - basic WoWLAN support: disconnect/magic/pattern triggers -- not yet: PCIe backend suspend/resume, reporting wakeup reason Regards, Sergey Sergei Maksimenko (1) qtnfmac: implement cfg80211 power management callback Sergey Matyukevich (1) qtnfmac: implement basic WoWLAN support Igor Mitsyanko (1) qtnfmac: implement net_device_ops callback to set MAC address Andrey Shevchenko (3) qtnfmac: add support for PTA configuration qtnfmac: enable multiple SSIDs scan support qtnfmac: enable source MAC address randomization support Makefile | 4 - cfg80211.c | 107 ++++++++++++++++++++++++++++ commands.c | 230 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- commands.h | 5 + core.c | 26 ++++++ core.h | 3 qlink.h | 165 +++++++++++++++++++++++++++++++++++++++++++ vendor.c | 145 ++++++++++++++++++++++++++++++++++++++ vendor.h | 35 +++++++++ 9 files changed, 711 insertions(+), 9 deletions(-)