You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.6 KiB
46 lines
1.6 KiB
1 year ago
|
From 8e1bbb183af8e5f145278505297cf0f68415c33e Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= <ihuguet@redhat.com>
|
||
|
Date: Wed, 24 May 2023 15:00:28 +0200
|
||
|
Subject: [PATCH 054/142] wifi: rtw89: 8852b: Fix spelling mistake KIP_RESOTRE
|
||
|
-> KIP_RESTORE
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
Bugzilla: https://bugzilla.redhat.com/2207499
|
||
|
|
||
|
commit 8fa681703175ba0ea283dd564a64edaef3472ee6
|
||
|
Author: Colin Ian King <colin.i.king@gmail.com>
|
||
|
Date: Thu Oct 20 08:26:46 2022 +0100
|
||
|
|
||
|
wifi: rtw89: 8852b: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE
|
||
|
|
||
|
Ther is a spelling mistake in a rtw89_debug message. Fix it.
|
||
|
|
||
|
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
|
||
|
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
|
||
|
Signed-off-by: Kalle Valo <kvalo@kernel.org>
|
||
|
Link: https://lore.kernel.org/r/20221020072646.1513307-1-colin.i.king@gmail.com
|
||
|
|
||
|
Signed-off-by: Íñigo Huguet <ihuguet@redhat.com>
|
||
|
---
|
||
|
drivers/net/wireless/realtek/rtw89/rtw8852b_rfk.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852b_rfk.c b/drivers/net/wireless/realtek/rtw89/rtw8852b_rfk.c
|
||
|
index 8fd01502ac5be..722ae34b09c1f 100644
|
||
|
--- a/drivers/net/wireless/realtek/rtw89/rtw8852b_rfk.c
|
||
|
+++ b/drivers/net/wireless/realtek/rtw89/rtw8852b_rfk.c
|
||
|
@@ -1754,7 +1754,7 @@ static void _dpk_one_shot(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy,
|
||
|
id == 0x14 ? "PWR_CAL" :
|
||
|
id == 0x15 ? "DPK_RXAGC" :
|
||
|
id == 0x16 ? "KIP_PRESET" :
|
||
|
- id == 0x17 ? "KIP_RESOTRE" : "DPK_TXAGC",
|
||
|
+ id == 0x17 ? "KIP_RESTORE" : "DPK_TXAGC",
|
||
|
dpk_cmd);
|
||
|
}
|
||
|
|
||
|
--
|
||
|
2.13.6
|
||
|
|