* [PATCH] wifi: rtw89: wow: fix unsupported cipher debug messages
@ 2026-07-15 6:08 zhaoguohan
2026-07-15 6:17 ` Ping-Ke Shih
2026-07-17 3:44 ` Ping-Ke Shih
0 siblings, 2 replies; 3+ messages in thread
From: zhaoguohan @ 2026-07-15 6:08 UTC (permalink / raw)
To: Ping-Ke Shih, linux-wireless; +Cc: linux-kernel
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-17 3:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-15 6:08 [PATCH] wifi: rtw89: wow: fix unsupported cipher debug messages zhaoguohan
2026-07-15 6:17 ` Ping-Ke Shih
2026-07-17 3:44 ` Ping-Ke Shih
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox