drivers/net/wireless/realtek/rtw89/wow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
From: GuoHan Zhao <zhaoguohan@kylinos.cn>
Correct two WoWLAN debug messages to say "unsupported cipher".
Signed-off-by: GuoHan Zhao <zhaoguohan@kylinos.cn>
---
drivers/net/wireless/realtek/rtw89/wow.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/realtek/rtw89/wow.c b/drivers/net/wireless/realtek/rtw89/wow.c
index 8dadd8df4fc6..a162a8431b6e 100644
--- a/drivers/net/wireless/realtek/rtw89/wow.c
+++ b/drivers/net/wireless/realtek/rtw89/wow.c
@@ -358,7 +358,7 @@ static void rtw89_wow_get_key_info_iter(struct ieee80211_hw *hw,
key_info->gtk_keyidx = key->keyidx;
break;
default:
- rtw89_debug(rtwdev, RTW89_DBG_WOW, "unsupport cipher %x\n",
+ rtw89_debug(rtwdev, RTW89_DBG_WOW, "unsupported cipher %x\n",
key->cipher);
goto err;
}
@@ -443,7 +443,7 @@ static void rtw89_wow_set_key_info_iter(struct ieee80211_hw *hw,
case WLAN_CIPHER_SUITE_WEP104:
break;
default:
- rtw89_debug(rtwdev, RTW89_DBG_WOW, "unsupport cipher %x\n",
+ rtw89_debug(rtwdev, RTW89_DBG_WOW, "unsupported cipher %x\n",
key->cipher);
goto err;
}
base-commit: 58717b2a1365d06c8c64b72aa948541b53fe31eb
--
2.43.0
zhaoguohan@kylinos.cn wrote: > From: GuoHan Zhao <zhaoguohan@kylinos.cn> > > Correct two WoWLAN debug messages to say "unsupported cipher". > > Signed-off-by: GuoHan Zhao <zhaoguohan@kylinos.cn> > Acked-by: Ping-Ke Shih <pkshih@realtek.com> 1 patch(es) applied to rtw-next branch of rtw.git, thanks. 73aecc221e7d wifi: rtw89: wow: fix unsupported cipher debug messages --- https://github.com/pkshih/rtw.git
zhaoguohan@kylinos.cn <zhaoguohan@kylinos.cn> wrote: > From: GuoHan Zhao <zhaoguohan@kylinos.cn> > > Correct two WoWLAN debug messages to say "unsupported cipher". > > Signed-off-by: GuoHan Zhao <zhaoguohan@kylinos.cn> Acked-by: Ping-Ke Shih <pkshih@realtek.com>
© 2016 - 2026 Red Hat, Inc.