mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-28 23:55:20 -04:00
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:
committed by
Ping-Ke Shih
parent
3c15399ef6
commit
73aecc221e
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user