linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] staging: wfx: multiple fixes
@ 2020-07-01 15:06 Jerome Pouiller
  2020-07-01 15:06 ` [PATCH 01/13] staging: wfx: associate tx_queues to vifs Jerome Pouiller
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Jerome Pouiller @ 2020-07-01 15:06 UTC (permalink / raw)
  To: devel, linux-wireless
  Cc: netdev, linux-kernel, Greg Kroah-Hartman, Kalle Valo,
	David S . Miller, Jérôme Pouiller

From: Jérôme Pouiller <jerome.pouiller@silabs.com>

Hello,

This series fixes a few issues/improvements discovered during the last months.

Jérôme Pouiller (13):
  staging: wfx: associate tx_queues to vifs
  staging: wfx: check the vif ID of the Tx confirmations
  staging: wfx: correctly retrieve vif ID from Tx confirmation
  staging: wfx: add tracepoint "queues_stats"
  staging: wfx: load the firmware faster
  staging: wfx: improve protection against malformed HIF messages
  staging: wfx: fix unexpected calls to ieee80211_sta_set_buffered()
  staging: wfx: drop counter of buffered frames
  staging: wfx: fix handling of frames without RSSI data
  staging: wfx: simplify handling of encrypted frames
  staging: wfx: fix CCMP/TKIP replay protection
  staging: wfx: add a debugfs entry to force ps_timeout
  staging: wfx: always enable FastPs in combo with new firmwares

 drivers/staging/wfx/bh.c      |  36 ++++----
 drivers/staging/wfx/data_rx.c |  85 ++++++-------------
 drivers/staging/wfx/data_tx.c | 127 +++++++++++-----------------
 drivers/staging/wfx/data_tx.h |   3 +-
 drivers/staging/wfx/debug.c   |  23 +++++
 drivers/staging/wfx/fwio.c    |   9 +-
 drivers/staging/wfx/hif_rx.c  |  22 +----
 drivers/staging/wfx/main.c    |   4 +-
 drivers/staging/wfx/queue.c   | 152 ++++++++++++++++------------------
 drivers/staging/wfx/queue.h   |  13 ++-
 drivers/staging/wfx/sta.c     |  36 +++-----
 drivers/staging/wfx/sta.h     |   4 +-
 drivers/staging/wfx/traces.h  |  51 ++++++++++++
 drivers/staging/wfx/wfx.h     |   5 +-
 14 files changed, 270 insertions(+), 300 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2020-07-01 15:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-01 15:06 [PATCH 00/13] staging: wfx: multiple fixes Jerome Pouiller
2020-07-01 15:06 ` [PATCH 01/13] staging: wfx: associate tx_queues to vifs Jerome Pouiller
2020-07-01 15:06 ` [PATCH 02/13] staging: wfx: check the vif ID of the Tx confirmations Jerome Pouiller
2020-07-01 15:06 ` [PATCH 03/13] staging: wfx: correctly retrieve vif ID from Tx confirmation Jerome Pouiller
2020-07-01 15:06 ` [PATCH 04/13] staging: wfx: add tracepoint "queues_stats" Jerome Pouiller
2020-07-01 15:06 ` [PATCH 05/13] staging: wfx: load the firmware faster Jerome Pouiller
2020-07-01 15:07 ` [PATCH 06/13] staging: wfx: improve protection against malformed HIF messages Jerome Pouiller
2020-07-01 15:07 ` [PATCH 07/13] staging: wfx: fix unexpected calls to ieee80211_sta_set_buffered() Jerome Pouiller
2020-07-01 15:07 ` [PATCH 08/13] staging: wfx: drop counter of buffered frames Jerome Pouiller
2020-07-01 15:07 ` [PATCH 09/13] staging: wfx: fix handling of frames without RSSI data Jerome Pouiller
2020-07-01 15:07 ` [PATCH 10/13] staging: wfx: simplify handling of encrypted frames Jerome Pouiller
2020-07-01 15:07 ` [PATCH 11/13] staging: wfx: fix CCMP/TKIP replay protection Jerome Pouiller
2020-07-01 15:07 ` [PATCH 12/13] staging: wfx: add a debugfs entry to force ps_timeout Jerome Pouiller
2020-07-01 15:07 ` [PATCH 13/13] staging: wfx: always enable FastPs in combo with new firmwares Jerome Pouiller

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).