mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
staging: rtl8723bs: remove unused variable RFE_Type
The variable RFE_Type is initialized but never read or used anywhere in the driver. Remove it to clean up dead code and fix a CamelCase warning. Signed-off-by: Ethan Tidmore <ethantidmore06@gmail.com> Link: https://patch.msgid.link/20260127012118.43037-9-ethantidmore06@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c003c37898
commit
1d264b88ae
|
|
@ -160,7 +160,6 @@ struct registry_priv {
|
|||
u8 reg_enable_tx_power_by_rate;
|
||||
u8 reg_power_base;
|
||||
u8 reg_pwr_tbl_sel;
|
||||
u8 RFE_Type;
|
||||
u8 check_fw_ps;
|
||||
|
||||
u8 qos_opt_enable;
|
||||
|
|
|
|||
|
|
@ -263,7 +263,6 @@ static void loadparam(struct adapter *padapter, struct net_device *pnetdev)
|
|||
registry_par->reg_enable_tx_power_by_rate = (u8)rtw_tx_pwr_by_rate;
|
||||
|
||||
registry_par->reg_power_base = 14;
|
||||
registry_par->RFE_Type = 64;
|
||||
|
||||
registry_par->qos_opt_enable = (u8)rtw_qos_opt_enable;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user