staging: rtl8723au: Remove write-only variable UsbRxHighSpeedMode

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jes Sorensen 2014-07-17 22:59:49 +02:00 committed by Greg Kroah-Hartman
parent 1d69fe84f3
commit ef03600cae
2 changed files with 0 additions and 6 deletions

View file

@ -520,9 +520,6 @@ static void InitUsbAggregationSetting(struct rtw_adapter *Adapter)
/* Rx aggregation setting */ /* Rx aggregation setting */
usb_AggSettingRxUpdate(Adapter); usb_AggSettingRxUpdate(Adapter);
/* 201/12/10 MH Add for USB agg mode dynamic switch. */
pHalData->UsbRxHighSpeedMode = false;
} }
static void _InitOperationMode(struct rtw_adapter *Adapter) static void _InitOperationMode(struct rtw_adapter *Adapter)

View file

@ -384,9 +384,6 @@ struct hal_data_8723a {
u8 OutEpQueueSel; u8 OutEpQueueSel;
u8 OutEpNumber; u8 OutEpNumber;
/* 2010/12/10 MH Add for USB aggreation mode dynamic shceme. */
bool UsbRxHighSpeedMode;
/* 2010/11/22 MH Add for slim combo debug mode selective. */ /* 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. */ /* This is used for fix the drawback of CU TSMC-A/UMC-A cut. HW auto suspend ability. Close BT clock. */
bool SlimComboDbg; bool SlimComboDbg;