mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
staging: rtl8723bs: rtw_btcoex_LPS_Enter() -> rtw_btcoex_lps_enter()
Renames rtw_btcoex_LPS_Enter to rtw_btcoex_lps_enter in order to conform to kernel code style. Found using checkpatch.pl. Signed-off-by: Linus Probert <linus.probert@gmail.com> Reviewed-by: Luka Gejak <luka.gejak@linux.dev> Link: https://patch.msgid.link/20260427173857.585742-8-linus.probert@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3018c91026
commit
45b3b8bffa
|
|
@ -49,7 +49,7 @@ void rtw_btcoex_reject_ap_aggregated_packet(struct adapter *padapter, u8 enable)
|
|||
}
|
||||
}
|
||||
|
||||
void rtw_btcoex_LPS_Enter(struct adapter *padapter)
|
||||
void rtw_btcoex_lps_enter(struct adapter *padapter)
|
||||
{
|
||||
struct pwrctrl_priv *pwrpriv;
|
||||
u8 lps_val;
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ static void halbtcoutsrc_EnterLps(struct btc_coexist *pBtCoexist)
|
|||
pBtCoexist->btInfo.bBtCtrlLps = true;
|
||||
pBtCoexist->btInfo.bBtLpsOn = true;
|
||||
|
||||
rtw_btcoex_LPS_Enter(padapter);
|
||||
rtw_btcoex_lps_enter(padapter);
|
||||
}
|
||||
|
||||
static void halbtcoutsrc_NormalLps(struct btc_coexist *pBtCoexist)
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ void rtw_btcoex_halt_notify(struct adapter *padapter);
|
|||
/* Below Functions are called by BT-Coex */
|
||||
/* ================================================== */
|
||||
void rtw_btcoex_reject_ap_aggregated_packet(struct adapter *padapter, u8 enable);
|
||||
void rtw_btcoex_LPS_Enter(struct adapter *padapter);
|
||||
void rtw_btcoex_lps_enter(struct adapter *padapter);
|
||||
void rtw_btcoex_LPS_Leave(struct adapter *padapter);
|
||||
|
||||
#endif /* __RTW_BTCOEX_H__ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user