linux/drivers/staging/wfx
Jérôme Pouiller 29de523a62 staging: wfx: fix coherency of hif_scan() prototype
The function hif_scan() return the timeout for the completion of the
scan request. It is the only function from hif_tx.c that return another
thing than just an error code. This behavior is not coherent with the
rest of file. Worse, if value returned is positive, the caller can't
make say if it is a timeout or the value returned by the hardware.

Uniformize API with other HIF functions, only return the error code and
pass timeout with parameters.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200529121256.1045521-1-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-06-16 21:22:51 +02:00
..
Documentation/devicetree/bindings/net/wireless
bh.c
bh.h
bus.h
bus_sdio.c
bus_spi.c
data_rx.c
data_rx.h
data_tx.c
data_tx.h
debug.c
debug.h
fwio.c
fwio.h
hif_api_cmd.h
hif_api_general.h
hif_api_mib.h
hif_rx.c
hif_rx.h
hif_tx.c staging: wfx: fix coherency of hif_scan() prototype 2020-06-16 21:22:51 +02:00
hif_tx.h staging: wfx: fix coherency of hif_scan() prototype 2020-06-16 21:22:51 +02:00
hif_tx_mib.c
hif_tx_mib.h
hwio.c
hwio.h
Kconfig
key.c
key.h
main.c
main.h
Makefile
queue.c staging: wfx: drop useless loop 2020-06-16 21:22:51 +02:00
queue.h
scan.c staging: wfx: fix coherency of hif_scan() prototype 2020-06-16 21:22:51 +02:00
scan.h
secure_link.h
sta.c
sta.h
TODO
traces.h
wfx.h