mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
staging: rtl8723bs: remove unused 'UsbRxHighSpeedMode' from hal_com_data
The value 'false' is written to this field but is not used. Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com> Link: https://patch.msgid.link/20260717185407.56513-7-nikolayof23@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1a8969a6a1
commit
0ae7513195
|
|
@ -478,15 +478,10 @@ static void sdio_AggSettingRxUpdate(struct adapter *padapter)
|
|||
|
||||
static void _initSdioAggregationSetting(struct adapter *padapter)
|
||||
{
|
||||
struct hal_com_data *pHalData = GET_HAL_DATA(padapter);
|
||||
|
||||
/* Rx aggregation setting */
|
||||
HalRxAggr8723BSdio(padapter);
|
||||
|
||||
sdio_AggSettingRxUpdate(padapter);
|
||||
|
||||
/* 201/12/10 MH Add for USB agg mode dynamic switch. */
|
||||
pHalData->UsbRxHighSpeedMode = false;
|
||||
}
|
||||
|
||||
static void _InitOperationMode(struct adapter *padapter)
|
||||
|
|
|
|||
|
|
@ -244,9 +244,6 @@ struct hal_com_data {
|
|||
u8 OutEpQueueSel;
|
||||
u8 OutEpNumber;
|
||||
|
||||
/* 2010/12/10 MH Add for USB aggregation mode dynamic scheme. */
|
||||
bool UsbRxHighSpeedMode;
|
||||
|
||||
/* Auto FSM to Turn On, include clock, isolation, power control for MAC only */
|
||||
u8 bMacPwrCtrlOn;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user