mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
staging: rtl8723bs: rename Save_DM_Func_Flag functions to avoid CamelCase
Rename Save_DM_Func_Flag and Restore_DM_Func_Flag to snake_case format to comply with the Linux kernel coding style. Signed-off-by: Olivier Tanoh <olivier.tanoh19@gmail.com> Link: https://patch.msgid.link/20260720124544.63457-3-olivier.tanoh19@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
694679c09a
commit
51da20ce58
|
|
@ -5143,7 +5143,7 @@ u8 createbss_hdl(struct adapter *padapter, u8 *pbuf)
|
|||
pmlmeinfo->candidate_tid_bitmap = 0;
|
||||
|
||||
/* disable dynamic functions, such as high power, DIG */
|
||||
Save_DM_Func_Flag(padapter);
|
||||
save_dm_func_flag(padapter);
|
||||
switch_dm_func(padapter, DYNAMIC_FUNC_DISABLE, false);
|
||||
|
||||
/* config the initial gain under linking, need to write the BB registers */
|
||||
|
|
@ -5450,7 +5450,7 @@ u8 sitesurvey_cmd_hdl(struct adapter *padapter, u8 *pbuf)
|
|||
if ((pmlmeext->sitesurvey_res.state == SCAN_START) ||
|
||||
(pmlmeext->sitesurvey_res.state == SCAN_TXNULL)) {
|
||||
/* disable dynamic functions, such as high power, DIG */
|
||||
Save_DM_Func_Flag(padapter);
|
||||
save_dm_func_flag(padapter);
|
||||
switch_dm_func(padapter, DYNAMIC_FUNC_DISABLE, false);
|
||||
|
||||
/* config the initial gain under scanning, need to write the BB
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ void update_basic_rate_table_soft_ap(u8 *bssrateset, u32 bssratelen)
|
|||
}
|
||||
}
|
||||
|
||||
void Save_DM_Func_Flag(struct adapter *padapter)
|
||||
void save_dm_func_flag(struct adapter *padapter)
|
||||
{
|
||||
u8 bSaveFlag = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -433,7 +433,7 @@ void set_mcs_rate_by_mask(u8 *mcs_set, u32 mask);
|
|||
void update_basic_rate_table(struct adapter *padapter, u8 *mBratesOS);
|
||||
void update_basic_rate_table_soft_ap(u8 *bssrateset, u32 bssratelen);
|
||||
|
||||
void Save_DM_Func_Flag(struct adapter *padapter);
|
||||
void save_dm_func_flag(struct adapter *padapter);
|
||||
void Restore_DM_Func_Flag(struct adapter *padapter);
|
||||
void switch_dm_func(struct adapter *padapter, u32 mode, u8 enable);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user