staging:r8188eu: remove unused members of hal_data_8188e structure
These members of hal_data_8188e structure does not used. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1a4a467fa2
commit
81bd883745
@ -562,9 +562,6 @@ static void InitUsbAggregationSetting(struct 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. */
|
|
||||||
Adapter->HalData->UsbRxHighSpeedMode = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _InitBeaconParameters(struct adapter *Adapter)
|
static void _InitBeaconParameters(struct adapter *Adapter)
|
||||||
|
@ -265,11 +265,6 @@ struct hal_data_8188e {
|
|||||||
u32 CCKTxPowerLevelOriginalOffset;
|
u32 CCKTxPowerLevelOriginalOffset;
|
||||||
|
|
||||||
u8 CrystalCap;
|
u8 CrystalCap;
|
||||||
u32 AntennaTxPath; /* Antenna path Tx */
|
|
||||||
u32 AntennaRxPath; /* Antenna path Rx */
|
|
||||||
u8 BluetoothCoexist;
|
|
||||||
|
|
||||||
u8 b1x1RecvCombine; /* for 1T1R receive combining */
|
|
||||||
|
|
||||||
u32 AcParam_BE; /* Original parameter for BE, use for EDCA turbo. */
|
u32 AcParam_BE; /* Original parameter for BE, use for EDCA turbo. */
|
||||||
|
|
||||||
@ -313,14 +308,6 @@ struct hal_data_8188e {
|
|||||||
u8 OutEpQueueSel;
|
u8 OutEpQueueSel;
|
||||||
u8 OutEpNumber;
|
u8 OutEpNumber;
|
||||||
|
|
||||||
/* 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;
|
|
||||||
|
|
||||||
u16 EfuseUsedBytes;
|
u16 EfuseUsedBytes;
|
||||||
|
|
||||||
/* Auto FSM to Turn On, include clock, isolation, power control
|
/* Auto FSM to Turn On, include clock, isolation, power control
|
||||||
|
Loading…
Reference in New Issue
Block a user