Commit d07cb049 authored by Cheolhyun Park's avatar Cheolhyun Park Committed by Kalle Valo

rtlwifi: misspelled code and comments corrected.

Signed-off-by: default avatarCheolhyun Park <pch851130@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 9b412590
...@@ -312,7 +312,7 @@ static void rtl92c_dm_ctrl_initgain_by_rssi(struct ieee80211_hw *hw) ...@@ -312,7 +312,7 @@ static void rtl92c_dm_ctrl_initgain_by_rssi(struct ieee80211_hw *hw)
struct dig_t *digtable = &rtlpriv->dm_digtable; struct dig_t *digtable = &rtlpriv->dm_digtable;
u32 isbt; 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) { if (rtlpriv->falsealm_cnt.cnt_all > 10000) {
digtable->large_fa_hit++; digtable->large_fa_hit++;
if (digtable->forbidden_igi < digtable->cur_igvalue) { if (digtable->forbidden_igi < digtable->cur_igvalue) {
......
...@@ -420,7 +420,7 @@ static void rtl92d_dm_dig(struct ieee80211_hw *hw) ...@@ -420,7 +420,7 @@ static void rtl92d_dm_dig(struct ieee80211_hw *hw)
"dm_DIG() Before: Recover_cnt=%d, rx_gain_min=%x\n", "dm_DIG() Before: Recover_cnt=%d, rx_gain_min=%x\n",
de_digtable->recover_cnt, de_digtable->rx_gain_min); 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) { if (falsealm_cnt->cnt_all > 10000) {
RT_TRACE(rtlpriv, COMP_DIG, DBG_LOUD, RT_TRACE(rtlpriv, COMP_DIG, DBG_LOUD,
"dm_DIG(): Abnormally false alarm case\n"); "dm_DIG(): Abnormally false alarm case\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment