mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
staging: rtl8723bs: rename RegPwrTblSel to reg_pwr_tbl_sel
Rename RegPwrTblSel to reg_pwr_tbl_sel to avoid CamelCase. Signed-off-by: Ethan Tidmore <ethantidmore06@gmail.com> Link: https://patch.msgid.link/20260127012118.43037-5-ethantidmore06@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
43e165f7e0
commit
7c347fbe21
|
|
@ -696,7 +696,7 @@ s8 phy_get_tx_pwr_lmt(struct adapter *adapter, u32 reg_pwr_tbl_sel,
|
|||
(adapter->registrypriv.reg_enable_tx_power_limit == 0))
|
||||
return MAX_POWER_INDEX;
|
||||
|
||||
switch (adapter->registrypriv.RegPwrTblSel) {
|
||||
switch (adapter->registrypriv.reg_pwr_tbl_sel) {
|
||||
case 1:
|
||||
idx_regulation = TXPWR_LMT_ETSI;
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -536,7 +536,7 @@ u8 PHY_GetTxPowerIndex(
|
|||
|
||||
limit = phy_get_tx_pwr_lmt(
|
||||
padapter,
|
||||
padapter->registrypriv.RegPwrTblSel,
|
||||
padapter->registrypriv.reg_pwr_tbl_sel,
|
||||
pHalData->CurrentChannelBW,
|
||||
RFPath,
|
||||
Rate,
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ struct registry_priv {
|
|||
u8 reg_enable_tx_power_limit;
|
||||
u8 reg_enable_tx_power_by_rate;
|
||||
u8 reg_power_base;
|
||||
u8 RegPwrTblSel;
|
||||
u8 reg_pwr_tbl_sel;
|
||||
s8 TxBBSwing_2G;
|
||||
u8 AmplifierType_2G;
|
||||
u8 bEn_RFE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user