linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] qtnfmac: misc features and fixes
@ 2019-11-13 11:06 Sergey Matyukevich
  2019-11-13 11:06 ` [PATCH 1/7] qtnfmac: fix using skb after free Sergey Matyukevich
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Sergey Matyukevich @ 2019-11-13 11:06 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org
  Cc: Igor Mitsyanko, Mikhail Karpenko, Sergey Matyukevich

Hello Kalle and all,

Here is the patch set with misc fixes and minor enhancements for
qtnfmac driver. The changes include the following major items:

- get_tx_power/set_tx_power cfg80211 callback
- report MIC failure events to wireless core
- fix for 'use after free' error reported by KASAN

Regards,
Sergey


Mikhail Karpenko (1):
  qtnfmac: add support for getting/setting transmit power

Sergey Matyukevich (6):
  qtnfmac: fix using skb after free
  qtnfmac: fix debugfs support for multiple cards
  qtnfmac: fix invalid channel information output
  qtnfmac: modify Rx descriptors queue setup
  qtnfmac: send EAPOL frames via control path
  qtnfmac: handle MIC failure event from firmware

 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c  | 41 +++++++++++++
 drivers/net/wireless/quantenna/qtnfmac/commands.c  | 71 +++++++++++++++++++++-
 drivers/net/wireless/quantenna/qtnfmac/commands.h  |  3 +
 drivers/net/wireless/quantenna/qtnfmac/core.c      | 23 ++++---
 drivers/net/wireless/quantenna/qtnfmac/core.h      |  1 -
 drivers/net/wireless/quantenna/qtnfmac/event.c     | 47 +++++++++++++-
 drivers/net/wireless/quantenna/qtnfmac/pcie/pcie.c | 12 ++--
 .../wireless/quantenna/qtnfmac/pcie/pcie_priv.h    |  4 +-
 .../wireless/quantenna/qtnfmac/pcie/pearl_pcie.c   | 36 ++++++-----
 .../wireless/quantenna/qtnfmac/pcie/topaz_pcie.c   | 28 +++++----
 drivers/net/wireless/quantenna/qtnfmac/qlink.h     | 57 +++++++++++++++++
 11 files changed, 274 insertions(+), 49 deletions(-)

-- 
2.11.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-11-14 15:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-13 11:06 [PATCH 0/7] qtnfmac: misc features and fixes Sergey Matyukevich
2019-11-13 11:06 ` [PATCH 1/7] qtnfmac: fix using skb after free Sergey Matyukevich
2019-11-14 15:29   ` Kalle Valo
2019-11-13 11:06 ` [PATCH 2/7] qtnfmac: fix debugfs support for multiple cards Sergey Matyukevich
2019-11-13 11:06 ` [PATCH 3/7] qtnfmac: fix invalid channel information output Sergey Matyukevich
2019-11-13 11:06 ` [PATCH 4/7] qtnfmac: modify Rx descriptors queue setup Sergey Matyukevich
2019-11-13 11:06 ` [PATCH 5/7] qtnfmac: send EAPOL frames via control path Sergey Matyukevich
2019-11-13 11:06 ` [PATCH 6/7] qtnfmac: handle MIC failure event from firmware Sergey Matyukevich
2019-11-13 11:06 ` [PATCH 7/7] qtnfmac: add support for getting/setting transmit power Sergey Matyukevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).