mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
wifi: rtw88: 8812a: Support RFE type 2
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> Acked-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/2917c7fc-6d88-4007-b6a6-9130bd1991e5@gmail.com
This commit is contained in:
parent
66ef0289ac
commit
59ab27a9f2
|
|
@ -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, },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user