Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef03600c authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: Remove write-only variable UsbRxHighSpeedMode

parent 1d69fe84
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -520,9 +520,6 @@ static void InitUsbAggregationSetting(struct rtw_adapter *Adapter)

	/*  Rx aggregation setting */
	usb_AggSettingRxUpdate(Adapter);

	/*  201/12/10 MH Add for USB agg mode dynamic switch. */
	pHalData->UsbRxHighSpeedMode = false;
}

static void _InitOperationMode(struct rtw_adapter *Adapter)
+0 −3
Original line number Diff line number Diff line
@@ -384,9 +384,6 @@ struct hal_data_8723a {
	u8	OutEpQueueSel;
	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. */
	/*  This is used for fix the drawback of CU TSMC-A/UMC-A cut. HW auto suspend ability. Close BT clock. */
	bool		SlimComboDbg;