staging: r8188eu: remove unused field from struct hal_data_8188e
authorMichael Straube <straube.linux@gmail.com>
Wed, 15 Sep 2021 09:01:56 +0000 (11:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Sep 2021 14:31:16 +0000 (16:31 +0200)
Field BluetoothCoexist of struct hal_data_8188e is unused, remove it.

Acked-by: Fabio M. De Francesco <fmdefrancesco@gmail.com>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210915090156.4169-5-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtl8188e_hal.h

index 17913dcc9fbe57c9767edcf268282350b0451991..e7e7064dd3566aaeb2f888dd3297c6a79403b6ef 100644 (file)
@@ -289,7 +289,6 @@ struct hal_data_8188e {
        u8      CrystalCap;
        u32     AntennaTxPath;                  /*  Antenna path Tx */
        u32     AntennaRxPath;                  /*  Antenna path Rx */
-       u8      BluetoothCoexist;
        u8      ExternalPA;
 
        u8      bLedOpenDrain; /* Open-drain support for controlling the LED.*/