mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 16:57:47 +07:00
rtlwifi: misspelled code and comments corrected.
Signed-off-by: Cheolhyun Park <pch851130@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
9b412590fa
commit
d07cb049af
@ -312,7 +312,7 @@ static void rtl92c_dm_ctrl_initgain_by_rssi(struct ieee80211_hw *hw)
|
||||
struct dig_t *digtable = &rtlpriv->dm_digtable;
|
||||
u32 isbt;
|
||||
|
||||
/* modify DIG lower bound, deal with abnorally large false alarm */
|
||||
/* modify DIG lower bound, deal with abnormally large false alarm */
|
||||
if (rtlpriv->falsealm_cnt.cnt_all > 10000) {
|
||||
digtable->large_fa_hit++;
|
||||
if (digtable->forbidden_igi < digtable->cur_igvalue) {
|
||||
|
@ -420,7 +420,7 @@ static void rtl92d_dm_dig(struct ieee80211_hw *hw)
|
||||
"dm_DIG() Before: Recover_cnt=%d, rx_gain_min=%x\n",
|
||||
de_digtable->recover_cnt, de_digtable->rx_gain_min);
|
||||
|
||||
/* deal with abnorally large false alarm */
|
||||
/* deal with abnormally large false alarm */
|
||||
if (falsealm_cnt->cnt_all > 10000) {
|
||||
RT_TRACE(rtlpriv, COMP_DIG, DBG_LOUD,
|
||||
"dm_DIG(): Abnormally false alarm case\n");
|
||||
|
Loading…
Reference in New Issue
Block a user