staging: r8188eu: remove unused efuse hal components
authorMartin Kaiser <martin@kaiser.cx>
Wed, 11 Aug 2021 20:14:46 +0000 (22:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Aug 2021 08:23:02 +0000 (10:23 +0200)
struct hal_data_8188e contains some components related to efuses which
are not used for rl8188eu.

Acked-by: Phillip Potter <phil@philpotter.co.uk>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210811201450.31366-1-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtl8188e_hal.h

index ea879572d6e13d3e7f2588833ac52d42675fe500..3939bf053de14c4e853bc660335b4aa771324bca 100644 (file)
@@ -263,9 +263,6 @@ struct hal_data_8188e {
        u8      bAPKThermalMeterIgnore;
 
        bool    EepromOrEfuse;
-       /* 92C:256bytes, 88E:512bytes, we use union set (512bytes) */
-       u8      EfuseMap[2][HWSET_MAX_SIZE_512];
-       u8      EfuseUsedPercentage;
        struct efuse_hal        EfuseHal;
 
        u8      Index24G_CCK_Base[RF_PATH_MAX][CHANNEL_MAX_NUMBER];