mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
staging: rtl8723bs: remove unused variable AmplifierType_2G
The variable AmplifierType_2G is declared in struct registry_priv but is never initialized or used within the driver. Remove it to clean up the code and fix a CamelCase warning. Signed-off-by: Ethan Tidmore <ethantidmore06@gmail.com> Link: https://patch.msgid.link/20260127012118.43037-7-ethantidmore06@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6af021ad7b
commit
88773d6b32
|
|
@ -160,7 +160,6 @@ struct registry_priv {
|
|||
u8 reg_enable_tx_power_by_rate;
|
||||
u8 reg_power_base;
|
||||
u8 reg_pwr_tbl_sel;
|
||||
u8 AmplifierType_2G;
|
||||
u8 bEn_RFE;
|
||||
u8 RFE_Type;
|
||||
u8 check_fw_ps;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user