mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
wifi: rtlwifi: rtl8192de: Fix typos of debug message of phy setting
There are some typos in comments/messages: - althougth -> although - asume -> assume Fix them via codespell. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Acked-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20250206082457.9148-1-algonell@gmail.com
This commit is contained in:
parent
9f00e2218e
commit
6b39cc01af
1 changed files with 3 additions and 3 deletions
|
|
@ -484,7 +484,7 @@ bool rtl92d_phy_config_rf_with_headerfile(struct ieee80211_hw *hw,
|
||||||
* pathA or mac1 has to set phy0&phy1 pathA */
|
* pathA or mac1 has to set phy0&phy1 pathA */
|
||||||
if ((content == radiob_txt) && (rfpath == RF90_PATH_A)) {
|
if ((content == radiob_txt) && (rfpath == RF90_PATH_A)) {
|
||||||
rtl_dbg(rtlpriv, COMP_INIT, DBG_LOUD,
|
rtl_dbg(rtlpriv, COMP_INIT, DBG_LOUD,
|
||||||
" ===> althougth Path A, we load radiob.txt\n");
|
" ===> although Path A, we load radiob.txt\n");
|
||||||
radioa_arraylen = radiob_arraylen;
|
radioa_arraylen = radiob_arraylen;
|
||||||
radioa_array_table = radiob_array_table;
|
radioa_array_table = radiob_array_table;
|
||||||
}
|
}
|
||||||
|
|
@ -750,7 +750,7 @@ static void _rtl92d_phy_switch_rf_setting(struct ieee80211_hw *hw, u8 channel)
|
||||||
&& rtlhal->interfaceindex == 1) {
|
&& rtlhal->interfaceindex == 1) {
|
||||||
need_pwr_down = rtl92d_phy_enable_anotherphy(hw, false);
|
need_pwr_down = rtl92d_phy_enable_anotherphy(hw, false);
|
||||||
rtlhal->during_mac1init_radioa = true;
|
rtlhal->during_mac1init_radioa = true;
|
||||||
/* asume no this case */
|
/* assume no this case */
|
||||||
if (need_pwr_down)
|
if (need_pwr_down)
|
||||||
rtl92d_phy_enable_rf_env(hw, path,
|
rtl92d_phy_enable_rf_env(hw, path,
|
||||||
&u4regvalue);
|
&u4regvalue);
|
||||||
|
|
@ -1885,7 +1885,7 @@ static void _rtl92d_phy_reload_lck_setting(struct ieee80211_hw *hw,
|
||||||
bneed_powerdown_radio =
|
bneed_powerdown_radio =
|
||||||
rtl92d_phy_enable_anotherphy(hw, false);
|
rtl92d_phy_enable_anotherphy(hw, false);
|
||||||
rtlpriv->rtlhal.during_mac1init_radioa = true;
|
rtlpriv->rtlhal.during_mac1init_radioa = true;
|
||||||
/* asume no this case */
|
/* assume no this case */
|
||||||
if (bneed_powerdown_radio)
|
if (bneed_powerdown_radio)
|
||||||
rtl92d_phy_enable_rf_env(hw, erfpath,
|
rtl92d_phy_enable_rf_env(hw, erfpath,
|
||||||
&u4regvalue);
|
&u4regvalue);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue