mbox series

[0/5] staging: wfx: late fixes

Message ID 20200310101356.182818-1-Jerome.Pouiller@silabs.com
Headers show
Series staging: wfx: late fixes | expand

Message

Jérôme Pouiller March 10, 2020, 10:13 a.m. UTC
From: Jérôme Pouiller <jerome.pouiller@silabs.com>

This series fixes some issues for 5.6. The two last patches fix misuse
of RCU. They are probably the most important of the series.

Jérôme Pouiller (5):
  staging: wfx: fix warning about freeing in-use mutex during device
    unregister
  staging: wfx: fix lines ending with a comma instead of a semicolon
  staging: wfx: make warning about pending frame less scary
  staging: wfx: fix RCU usage in wfx_join_finalize()
  staging: wfx: fix RCU usage between hif_join() and
    ieee80211_bss_get_ie()

 drivers/staging/wfx/hif_tx.c     | 15 ++++++++-------
 drivers/staging/wfx/hif_tx.h     |  2 +-
 drivers/staging/wfx/hif_tx_mib.h | 15 ++++++++++-----
 drivers/staging/wfx/sta.c        | 25 +++++++++++++++----------
 4 files changed, 34 insertions(+), 23 deletions(-)