mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 01:59:54 -04:00
wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix typo in function name
For rtl8192ee, change 'rtl92ee_dm_dynamic_primary_cca_ckeck()' to 'rtl92ee_dm_dynamic_primary_cca_check()' and so adjust 'rtl92ee_dm_watchdog()' as well. Compile tested only. Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru> Acked-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20231023091722.52509-3-dmantipov@yandex.ru
This commit is contained in:
committed by
Kalle Valo
parent
d1337ccb44
commit
7419d8ab35
@@ -560,7 +560,7 @@ static void rtl92ee_dm_write_dynamic_cca(struct ieee80211_hw *hw,
|
||||
primarycca->mf_state = cur_mf_state;
|
||||
}
|
||||
|
||||
static void rtl92ee_dm_dynamic_primary_cca_ckeck(struct ieee80211_hw *hw)
|
||||
static void rtl92ee_dm_dynamic_primary_cca_check(struct ieee80211_hw *hw)
|
||||
{
|
||||
struct rtl_priv *rtlpriv = rtl_priv(hw);
|
||||
struct false_alarm_statistics *falsealm_cnt = &rtlpriv->falsealm_cnt;
|
||||
@@ -1083,7 +1083,7 @@ void rtl92ee_dm_watchdog(struct ieee80211_hw *hw)
|
||||
rtl92ee_dm_refresh_rate_adaptive_mask(hw);
|
||||
rtl92ee_dm_check_edca_turbo(hw);
|
||||
rtl92ee_dm_dynamic_atc_switch(hw);
|
||||
rtl92ee_dm_dynamic_primary_cca_ckeck(hw);
|
||||
rtl92ee_dm_dynamic_primary_cca_check(hw);
|
||||
}
|
||||
spin_unlock(&rtlpriv->locks.rf_ps_lock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user