staging: r8188eu: remove odm wifi test info
authorMartin Kaiser <martin@kaiser.cx>
Sun, 10 Oct 2021 17:52:00 +0000 (19:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Oct 2021 12:26:50 +0000 (14:26 +0200)
The wifi test info is set but not used. Remove it.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211010175204.24029-7-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/odm.c
drivers/staging/r8188eu/hal/rtl8188e_dm.c
drivers/staging/r8188eu/include/odm.h

index 38151936eddb33a8c4a22cd5cf1fd6421a5e77f6..f76bdf3d9a80e28e40c8e5a1aa5018d8e906e33d 100644 (file)
@@ -249,9 +249,6 @@ void ODM_CmnInfoInit(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def Cmn
        case    ODM_CMNINFO_BINHCT_TEST:
                pDM_Odm->bInHctTest = (bool)Value;
                break;
-       case    ODM_CMNINFO_BWIFI_TEST:
-               pDM_Odm->bWIFITest = (bool)Value;
-               break;
        /* To remove the compiler warning, must add an empty default statement to handle the other values. */
        default:
                /* do nothing */
index 54cf0d6d726fd75efeecbb59d9b4c907ef2ac841..f99a8526fe184e01d5ce85ae9b6fc724393e8197 100644 (file)
@@ -45,8 +45,6 @@ static void Init_ODM_ComInfo_88E(struct adapter *Adapter)
 
        ODM_CmnInfoInit(dm_odm, ODM_CMNINFO_MP_TEST_CHIP, IS_NORMAL_CHIP(hal_data->VersionID));
 
-       ODM_CmnInfoInit(dm_odm, ODM_CMNINFO_BWIFI_TEST, Adapter->registrypriv.wifi_spec);
-
        if (hal_data->rf_type == RF_1T1R)
                ODM_CmnInfoUpdate(dm_odm, ODM_CMNINFO_RF_TYPE, ODM_1T1R);
        else if (hal_data->rf_type == RF_2T2R)
index 22451d1a697098b1d5d19e00d252af61168eebdf..a4e5d4f9f0b9d1d874dee5ccf398dfe08adc3321 100644 (file)
@@ -272,7 +272,6 @@ enum odm_common_info_def {
        ODM_CMNINFO_EXT_PA,
        ODM_CMNINFO_EXT_TRSW,
        ODM_CMNINFO_BINHCT_TEST,
-       ODM_CMNINFO_BWIFI_TEST,
        /* HOOK BEFORE REG INIT-----------  */
 
        /*  Dynamic value: */
@@ -657,7 +656,6 @@ struct odm_dm_struct {
        /*  with external TRSW  NO/Yes = 0/1 */
        u8      ExtTRSW;
        bool    bInHctTest;
-       bool    bWIFITest;
 
        u32     BK_SupportAbility;
        u8      AntDivType;