mbox series

[00/13] staging: wfx: multiple fixes

Message ID 20200701150707.222985-1-Jerome.Pouiller@silabs.com (mailing list archive)
Headers show
Series staging: wfx: multiple fixes | expand

Message

Jérôme Pouiller July 1, 2020, 3:06 p.m. UTC
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(-)