Skip to content

Commit

Permalink
wifi: rtw88: 8812a: Support RFE type 2
Browse files Browse the repository at this point in the history
Someone has such a device: #261

Signed-off-by: Bitterblue Smith <[email protected]>
  • Loading branch information
Bitterblue Smith committed Dec 10, 2024
1 parent cea0000 commit 4da3263
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rtw8812a.c
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,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, },
Expand Down

0 comments on commit 4da3263

Please sign in to comment.