wifi: rtw89: wow: fix unsupported cipher debug messages

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>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260715060813.476245-1-zhaoguohan@kylinos.cn
This commit is contained in:
GuoHan Zhao
2026-07-15 14:08:13 +08:00
committed by Ping-Ke Shih
parent 3c15399ef6
commit 73aecc221e

View File

@@ -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;
}