staging: r8188eu: move firmware loading code out of the hal layer
authorMichael Straube <straube.linux@gmail.com>
Fri, 7 Jan 2022 10:36:20 +0000 (11:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jan 2022 15:13:44 +0000 (16:13 +0100)
commit7235d165d3cd15bc32c0a466d4b2c21094edcd25
tree83862f300f6db1db2d0fca7db957ed3e93fb7da2
parentdbf1c5e37ef6c1f54f6d33750bf61c4b7642006a
staging: r8188eu: move firmware loading code out of the hal layer

Move the firmware loading functions from rtl8188e_hal_init.c into the
new file core/rtw_fw.c.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220107103620.15648-20-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/Makefile
drivers/staging/r8188eu/core/rtw_fw.c [new file with mode: 0644]
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c
drivers/staging/r8188eu/hal/usb_halinit.c
drivers/staging/r8188eu/include/rtl8188e_hal.h
drivers/staging/r8188eu/include/rtw_fw.h [new file with mode: 0644]