aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2014-11-30 16:05:10 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-12-02 19:40:01 -0500
commit525bb5e73447ba6c7742f5f6b9005dcadb28b4d9 (patch)
treee58fcdb2c9a6bebfea3aafd0dce62315e66536c9
parentc6419a6d79eb176d053f66ebc14d745531b2ece8 (diff)
staging: rtl8723au: Remove unused slimcombo debug flag
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8723au/hal/usb_halinit.c11
-rw-r--r--drivers/staging/rtl8723au/include/rtl8723a_hal.h4
2 files changed, 0 insertions, 15 deletions
diff --git a/drivers/staging/rtl8723au/hal/usb_halinit.c b/drivers/staging/rtl8723au/hal/usb_halinit.c
index 2c2d6b542e65..b15edc920b78 100644
--- a/drivers/staging/rtl8723au/hal/usb_halinit.c
+++ b/drivers/staging/rtl8723au/hal/usb_halinit.c
@@ -1107,13 +1107,6 @@ static void _ReadRFType(struct rtw_adapter *Adapter)
1107 pHalData->rf_chip = RF_6052; 1107 pHalData->rf_chip = RF_6052;
1108} 1108}
1109 1109
1110static void _ReadSilmComboMode(struct rtw_adapter *Adapter)
1111{
1112 struct hal_data_8723a *pHalData = GET_HAL_DATA(Adapter);
1113
1114 pHalData->SlimComboDbg = false; /* Default is not debug mode. */
1115}
1116
1117/* */ 1110/* */
1118/* Description: */ 1111/* Description: */
1119/* We should set Efuse cell selection to WiFi cell in default. */ 1112/* We should set Efuse cell selection to WiFi cell in default. */
@@ -1146,10 +1139,6 @@ void rtl8723a_read_adapter_info(struct rtw_adapter *Adapter)
1146 _ReadRFType(Adapter);/* rf_chip -> _InitRFType() */ 1139 _ReadRFType(Adapter);/* rf_chip -> _InitRFType() */
1147 _ReadPROMContent(Adapter); 1140 _ReadPROMContent(Adapter);
1148 1141
1149 /* 2010/10/25 MH THe function must be called after
1150 borad_type & IC-Version recognize. */
1151 _ReadSilmComboMode(Adapter);
1152
1153 /* MSG_8723A("%s()(done), rf_chip = 0x%x, rf_type = 0x%x\n", 1142 /* MSG_8723A("%s()(done), rf_chip = 0x%x, rf_type = 0x%x\n",
1154 __func__, pHalData->rf_chip, pHalData->rf_type); */ 1143 __func__, pHalData->rf_chip, pHalData->rf_type); */
1155 1144
diff --git a/drivers/staging/rtl8723au/include/rtl8723a_hal.h b/drivers/staging/rtl8723au/include/rtl8723a_hal.h
index 49f745345376..e14633678b52 100644
--- a/drivers/staging/rtl8723au/include/rtl8723a_hal.h
+++ b/drivers/staging/rtl8723au/include/rtl8723a_hal.h
@@ -375,10 +375,6 @@ struct hal_data_8723a {
375 u8 OutEpQueueSel; 375 u8 OutEpQueueSel;
376 u8 OutEpNumber; 376 u8 OutEpNumber;
377 377
378 /* 2010/11/22 MH Add for slim combo debug mode selective. */
379 /* This is used for fix the drawback of CU TSMC-A/UMC-A cut. HW auto suspend ability. Close BT clock. */
380 bool SlimComboDbg;
381
382 /* */ 378 /* */
383 /* Add For EEPROM Efuse switch and Efuse Shadow map Setting */ 379 /* Add For EEPROM Efuse switch and Efuse Shadow map Setting */
384 /* */ 380 /* */