staging: rtl8723bs: remove 5Ghz field in struct registry_priv
remove unused 5Ghz field in struct registry_priv. Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com> Link: https://lore.kernel.org/r/3a58fae5330a321dd570d1a7931a5b17bb3996a8.1624367071.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7d5fd85ea8
commit
e5d6664e27
|
@ -171,9 +171,7 @@ struct registry_priv {
|
|||
u8 RegPowerBase;
|
||||
u8 RegPwrTblSel;
|
||||
s8 TxBBSwing_2G;
|
||||
s8 TxBBSwing_5G;
|
||||
u8 AmplifierType_2G;
|
||||
u8 AmplifierType_5G;
|
||||
u8 bEn_RFE;
|
||||
u8 RFE_Type;
|
||||
u8 check_fw_ps;
|
||||
|
|
|
@ -289,7 +289,6 @@ static void loadparam(struct adapter *padapter, struct net_device *pnetdev)
|
|||
|
||||
registry_par->RegPowerBase = 14;
|
||||
registry_par->TxBBSwing_2G = 0xFF;
|
||||
registry_par->TxBBSwing_5G = 0xFF;
|
||||
registry_par->bEn_RFE = 1;
|
||||
registry_par->RFE_Type = 64;
|
||||
|
||||
|
|
Loading…
Reference in New Issue