[PATCH] wifi: rtw89: wow: fix unsupported cipher debug messages

zhaoguohan@kylinos.cn posted 1 patch 1 week, 3 days ago
drivers/net/wireless/realtek/rtw89/wow.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] wifi: rtw89: wow: fix unsupported cipher debug messages
Posted by zhaoguohan@kylinos.cn 1 week, 3 days ago
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
Re: [PATCH] wifi: rtw89: wow: fix unsupported cipher debug messages
Posted by Ping-Ke Shih 1 week, 1 day ago
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
RE: [PATCH] wifi: rtw89: wow: fix unsupported cipher debug messages
Posted by Ping-Ke Shih 1 week, 3 days ago
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>