mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-14 22:26:45 +07:00
rtw88: 8822c: update phy parameter tables to v50
Update RTL8822C devices' phy tables to v50. The new parameters introduces new RFE type 5 for some new modules. Also added a new regulatory CN for power limit. Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200424073812.26896-1-yhchuang@realtek.com
This commit is contained in:
parent
c1070c1c6c
commit
421ae61c10
@ -339,6 +339,7 @@ enum rtw_regulatory_domains {
|
||||
RTW_REGD_CHILE = 6,
|
||||
RTW_REGD_UKRAINE = 7,
|
||||
RTW_REGD_MEXICO = 8,
|
||||
RTW_REGD_CN = 9,
|
||||
RTW_REGD_WW,
|
||||
|
||||
RTW_REGD_MAX
|
||||
|
@ -3899,6 +3899,7 @@ static const struct rtw_rfe_def rtw8822c_rfe_defs[] = {
|
||||
[0] = RTW_DEF_RFE(8822c, 0, 0),
|
||||
[1] = RTW_DEF_RFE(8822c, 0, 0),
|
||||
[2] = RTW_DEF_RFE(8822c, 0, 0),
|
||||
[5] = RTW_DEF_RFE(8822c, 0, 5),
|
||||
};
|
||||
|
||||
static const struct rtw_hw_reg rtw8822c_dig[] = {
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -12,6 +12,7 @@ extern const struct rtw_table rtw8822c_bb_pg_type0_tbl;
|
||||
extern const struct rtw_table rtw8822c_rf_a_tbl;
|
||||
extern const struct rtw_table rtw8822c_rf_b_tbl;
|
||||
extern const struct rtw_table rtw8822c_txpwr_lmt_type0_tbl;
|
||||
extern const struct rtw_table rtw8822c_txpwr_lmt_type5_tbl;
|
||||
extern const struct rtw_table rtw8822c_dpk_afe_no_dpk_tbl;
|
||||
extern const struct rtw_table rtw8822c_dpk_afe_is_dpk_tbl;
|
||||
extern const struct rtw_table rtw8822c_dpk_mac_bb_tbl;
|
||||
|
Loading…
Reference in New Issue
Block a user