[PATCH 00/10] staging: wfx: usual maintenance

From: Jerome Pouiller
Date: Fri Feb 25 2022 - 06:24:44 EST


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

This PR contains fixes for various small defects I have seen these last
weeks.

Jérôme Pouiller (10):
staging: wfx: sta.o was linked twice
staging: wfx: fix struct alignment
staging: wfx: format comments on 100 columns
staging: wfx: format code on 100 columns
staging: wfx: remove useless variable
staging: wfx: drop useless include
staging: wfx: remove duplicated code in wfx_cmd_send()
staging: wfx: prefer to wait for an event instead to sleep
staging: wfx: ensure HIF request has been sent before polling
staging: wfx: flags for SPI IRQ were ignored

drivers/staging/wfx/Makefile | 1 -
drivers/staging/wfx/bh.c | 1 +
drivers/staging/wfx/bus_spi.c | 30 +++++++++++++++---------------
drivers/staging/wfx/data_tx.c | 8 ++------
drivers/staging/wfx/fwio.c | 3 +--
drivers/staging/wfx/hif_api_cmd.h | 2 --
drivers/staging/wfx/hif_rx.c | 3 +--
drivers/staging/wfx/hif_tx.c | 13 ++++++-------
drivers/staging/wfx/hif_tx_mib.c | 3 +--
drivers/staging/wfx/hwio.c | 9 +++------
drivers/staging/wfx/queue.c | 9 ++++-----
drivers/staging/wfx/sta.c | 11 +++++------
drivers/staging/wfx/sta.h | 3 +--
13 files changed, 40 insertions(+), 56 deletions(-)

--
2.34.1