mirror of https://gitee.com/openkylin/linux.git
rsi: fix a typo "throld" -> "threshold"
There is a typo in debug message. Fix it. s/throld/threshold Signed-off-by: Qiujun Huang <hqjagain@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/1585837078-6149-1-git-send-email-hqjagain@gmail.com
This commit is contained in:
parent
a24993e54b
commit
f9f46bca59
|
@ -832,7 +832,7 @@ static void rsi_mac80211_bss_info_changed(struct ieee80211_hw *hw,
|
|||
common->cqm_info.last_cqm_event_rssi = 0;
|
||||
common->cqm_info.rssi_thold = bss_conf->cqm_rssi_thold;
|
||||
common->cqm_info.rssi_hyst = bss_conf->cqm_rssi_hyst;
|
||||
rsi_dbg(INFO_ZONE, "RSSI throld & hysteresis are: %d %d\n",
|
||||
rsi_dbg(INFO_ZONE, "RSSI threshold & hysteresis are: %d %d\n",
|
||||
common->cqm_info.rssi_thold,
|
||||
common->cqm_info.rssi_hyst);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue