mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
staging: rtl8723bs: remove unused 'bIQKInitialized ' from hal_com_data
This field is always initialized to 'false' but is never used. Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com> Link: https://patch.msgid.link/20260717185407.56513-4-nikolayof23@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f113eff26f
commit
b7be14e77f
|
|
@ -1048,12 +1048,9 @@ void rtl8723b_init_default_value(struct adapter *padapter)
|
|||
|
||||
/* init default value */
|
||||
pHalData->fw_ractrl = false;
|
||||
pHalData->bIQKInitialized = false;
|
||||
if (!adapter_to_pwrctl(padapter)->bkeepfwalive)
|
||||
pHalData->LastHMEBoxNum = 0;
|
||||
|
||||
pHalData->bIQKInitialized = false;
|
||||
|
||||
/* init dm default value */
|
||||
pdmpriv->TM_Trigger = 0;/* for IQK */
|
||||
/* pdmpriv->binitialized = false; */
|
||||
|
|
|
|||
|
|
@ -206,7 +206,6 @@ struct hal_com_data {
|
|||
u8 TypeAPA;
|
||||
u8 RFEType;
|
||||
u8 BoardType;
|
||||
u8 bIQKInitialized;
|
||||
bool bLCKInProgress;
|
||||
|
||||
bool bSwChnl;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user