staging: r8188eu: remove Firmware* from struct hal_data_8188e
authorMichael Straube <straube.linux@gmail.com>
Fri, 7 Jan 2022 10:36:02 +0000 (11:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jan 2022 15:07:40 +0000 (16:07 +0100)
commit915d5c3248723905610acbc1709038805cfc379c
tree0f7ecec361c4c699faa422d79e9bfaf3f29532e2
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
staging: r8188eu: remove Firmware* from struct hal_data_8188e

The fields FirmwareVersion, FirmwareSubVersion and FirmwareSignature
of struct hal_data_8188e are only used in the function
rtl8188e_FirmwareDownload(). Use local variables in that function and
remove the fields from struct hal_data_8188e. FirmwareVersionRev is
not used at all, remove it as well.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220107103620.15648-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c
drivers/staging/r8188eu/include/rtl8188e_hal.h