]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wfx: place hif_tx_mib functions into a .c file
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Mon, 6 Apr 2020 11:17:53 +0000 (13:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Apr 2020 12:32:38 +0000 (14:32 +0200)
commit9fc560092cf0e70eb6869eaf011465c9fe5d3c75
treee591465238db0607d06211e510f3622a2eed8beb
parent5c17f23a2b4d16ce14a45ac3ddbd81cfc30384a4
staging: wfx: place hif_tx_mib functions into a .c file

Until now, all functions from hif_tx_mib.h are declared "static inline".
However, they are not time critical. So, it does not make so much sense.

We prefer to place them in a .c file as for other hif functions.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200406111756.154086-9-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/Makefile
drivers/staging/wfx/data_tx.c
drivers/staging/wfx/hif_tx_mib.c [new file with mode: 0644]
drivers/staging/wfx/hif_tx_mib.h
drivers/staging/wfx/key.c
drivers/staging/wfx/sta.c