All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] wifi: rtw88: 8812a: Support RFE type 2
@ 2024-12-18  0:13 Bitterblue Smith
  2024-12-18  0:16 ` [PATCH 2/2] wifi: rtw88: 8821a/8812a: Set ptct_efuse_size to 0 Bitterblue Smith
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bitterblue Smith @ 2024-12-18  0:13 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org; +Cc: Ping-Ke Shih

RF front end type 2 exists in the wild and can be treated like types
0 and 1.

Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
---
 drivers/net/wireless/realtek/rtw88/rtw8812a.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/wireless/realtek/rtw88/rtw8812a.c b/drivers/net/wireless/realtek/rtw88/rtw8812a.c
index 482edd31823d..d8f0ed70777f 100644
--- a/drivers/net/wireless/realtek/rtw88/rtw8812a.c
+++ b/drivers/net/wireless/realtek/rtw88/rtw8812a.c
@@ -985,6 +985,9 @@ static const struct rtw_rfe_def rtw8812a_rfe_defs[] = {
 	[1] = { .phy_pg_tbl	= &rtw8812a_bb_pg_tbl,
 		.txpwr_lmt_tbl	= &rtw8812a_txpwr_lmt_tbl,
 		.pwr_track_tbl	= &rtw8812a_rtw_pwr_track_tbl, },
+	[2] = { .phy_pg_tbl	= &rtw8812a_bb_pg_tbl,
+		.txpwr_lmt_tbl	= &rtw8812a_txpwr_lmt_tbl,
+		.pwr_track_tbl	= &rtw8812a_rtw_pwr_track_tbl, },
 	[3] = { .phy_pg_tbl	= &rtw8812a_bb_pg_rfe3_tbl,
 		.txpwr_lmt_tbl	= &rtw8812a_txpwr_lmt_tbl,
 		.pwr_track_tbl	= &rtw8812a_rtw_pwr_track_rfe3_tbl, },
-- 
2.47.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-12-23  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18  0:13 [PATCH 1/2] wifi: rtw88: 8812a: Support RFE type 2 Bitterblue Smith
2024-12-18  0:16 ` [PATCH 2/2] wifi: rtw88: 8821a/8812a: Set ptct_efuse_size to 0 Bitterblue Smith
2024-12-19  5:30   ` Ping-Ke Shih
2024-12-19  5:29 ` [PATCH 1/2] wifi: rtw88: 8812a: Support RFE type 2 Ping-Ke Shih
2024-12-23  7:59 ` Ping-Ke Shih

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.