]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: rtl8723au: Remove unused slimcombo debug flag
authorJes Sorensen <Jes.Sorensen@redhat.com>
Sun, 30 Nov 2014 21:05:10 +0000 (16:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Dec 2014 00:40:01 +0000 (16:40 -0800)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/hal/usb_halinit.c
drivers/staging/rtl8723au/include/rtl8723a_hal.h

index 2c2d6b542e65fd47bf910ce6cc7c6582ee04bccc..b15edc920b78bf23458111d39f0e90da400a7729 100644 (file)
@@ -1107,13 +1107,6 @@ static void _ReadRFType(struct rtw_adapter *Adapter)
        pHalData->rf_chip = RF_6052;
 }
 
-static void _ReadSilmComboMode(struct rtw_adapter *Adapter)
-{
-       struct hal_data_8723a *pHalData = GET_HAL_DATA(Adapter);
-
-       pHalData->SlimComboDbg = false; /*  Default is not debug mode. */
-}
-
 /*  */
 /*     Description: */
 /*             We should set Efuse cell selection to WiFi cell in default. */
@@ -1146,10 +1139,6 @@ void rtl8723a_read_adapter_info(struct rtw_adapter *Adapter)
        _ReadRFType(Adapter);/* rf_chip -> _InitRFType() */
        _ReadPROMContent(Adapter);
 
-       /*  2010/10/25 MH THe function must be called after
-           borad_type & IC-Version recognize. */
-       _ReadSilmComboMode(Adapter);
-
        /* MSG_8723A("%s()(done), rf_chip = 0x%x, rf_type = 0x%x\n",
           __func__, pHalData->rf_chip, pHalData->rf_type); */
 
index 49f745345376ca3040cc7132438272c42f91534c..e14633678b52d1d63d32efad4036a52465ad12bd 100644 (file)
@@ -375,10 +375,6 @@ struct hal_data_8723a {
        u8      OutEpQueueSel;
        u8      OutEpNumber;
 
-       /*  2010/11/22 MH Add for slim combo debug mode selective. */
-       /*  This is used for fix the drawback of CU TSMC-A/UMC-A cut. HW auto suspend ability. Close BT clock. */
-       bool            SlimComboDbg;
-
        /*  */
        /*  Add For EEPROM Efuse switch and  Efuse Shadow map Setting */
        /*  */