linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/11] qtnfmac fixes and cleanups
@ 2018-01-22 12:46 Sergey Matyukevich
  2018-01-22 12:46 ` [PATCH 01/11] qtnfmac: remove struct qlink_cmd_set_mac_acl Sergey Matyukevich
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Sergey Matyukevich @ 2018-01-22 12:46 UTC (permalink / raw)
  To: linux-wireless; +Cc: Igor Mitsyanko, Avinash Patil

Hello Kalle and all,

Here is the patch series containing mostly fixes and cleanups.
The major fixes include:
- switch to 64-bit packet stats counters to handle counter overflows
- two lock issues: mutexes in timer and deadlock
- modify interface combinations handling

Besides, two patches enable more information about firmware/hardware:
- add firmware/hardware version information to driver boot log
- report firmware version via ethtool

Regards,
Sergey

Vasily Ulyanov (5):
  qtnfmac: remove struct qlink_cmd_set_mac_acl
  qtnfmac: fix warnings when mBSS setup is stopped
  qtnfmac: support 64-bit network interface stats
  qtnfmac: get more hardware info from card
  qtnfmac: report hardware/firmware information via ethtool

Igor Mitsyanko (2):
  qtnfmac: do not use mutexes in timer context
  qtnfmac: do not use bus mutex for events processing

Sergey Matyukevich (4):
  qtnfmac: modify supported interface combinations
  qtnfmac: validate interface combinations on changes
  qtnfmac: fix STA disconnect procedure
  qtnfmac: remove redundant 'unlikely' checks


 cfg80211.c   |  131 +++++++++++++++++++++-------------
 cfg80211.h   |   19 -----
 commands.c   |  222 ++++++++++++++++++++++++++++++++++++++++-------------------
 core.c       |  139 +++++++++++++++++++++++++++++++++++-
 core.h       |   15 +++
 event.c      |    4 -
 pearl/pcie.c |    7 -
 qlink.h      |   33 +++++---
 8 files changed, 403 insertions(+), 167 deletions(-)

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

end of thread, other threads:[~2018-01-24 16:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-22 12:46 [PATCH 0/11] qtnfmac fixes and cleanups Sergey Matyukevich
2018-01-22 12:46 ` [PATCH 01/11] qtnfmac: remove struct qlink_cmd_set_mac_acl Sergey Matyukevich
2018-01-24 16:02   ` [01/11] " Kalle Valo
2018-01-22 12:46 ` [PATCH 02/11] qtnfmac: fix warnings when mBSS setup is stopped Sergey Matyukevich
2018-01-22 12:46 ` [PATCH 03/11] qtnfmac: support 64-bit network interface stats Sergey Matyukevich
2018-01-22 12:46 ` [PATCH 04/11] qtnfmac: get more hardware info from card Sergey Matyukevich
2018-01-22 12:46 ` [PATCH 05/11] qtnfmac: report hardware/firmware information via ethtool Sergey Matyukevich
2018-01-22 12:46 ` [PATCH 06/11] qtnfmac: modify supported interface combinations Sergey Matyukevich
2018-01-22 12:46 ` [PATCH 07/11] qtnfmac: validate interface combinations on changes Sergey Matyukevich
2018-01-22 12:46 ` [PATCH 08/11] qtnfmac: fix STA disconnect procedure Sergey Matyukevich
2018-01-22 12:46 ` [PATCH 09/11] qtnfmac: do not use mutexes in timer context Sergey Matyukevich
2018-01-22 12:46 ` [PATCH 10/11] qtnfmac: do not use bus mutex for events processing Sergey Matyukevich
2018-01-22 12:46 ` [PATCH 11/11] qtnfmac: remove redundant 'unlikely' checks 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).