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:
parent
1d69fe84f3
commit
ef03600cae
2 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue