diff options
| author | Ethan Tidmore <ethantidmore06@gmail.com> | 2026-01-26 19:21:16 -0600 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-27 15:51:15 +0100 |
| commit | 88773d6b322539b8fe7417418cb26ef056c3b207 (patch) | |
| tree | ced47168970a06a5148adf6d376876c6eda41629 | |
| parent | 6af021ad7b19eb5e90724d56481ff4a3c6804094 (diff) | |
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>
| -rw-r--r-- | drivers/staging/rtl8723bs/include/drv_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/include/drv_types.h b/drivers/staging/rtl8723bs/include/drv_types.h index cbbdf45012c4..64a2ffd45563 100644 --- a/drivers/staging/rtl8723bs/include/drv_types.h +++ b/drivers/staging/rtl8723bs/include/drv_types.h @@ -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; |
