Message ID | 20220318023214.32411-2-pkshih@realtek.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5a0e776bec96e373940731875f9e58f9a747a6e4 |
Delegated to: | Kalle Valo |
Headers | show |
Series | rtw89: update TX power table and 6G, refine IGI, and add TX/RX descriptors V1 | expand |
Ping-Ke Shih <pkshih@realtek.com> wrote: > From: Zong-Zhe Yang <kevin_yang@realtek.com> > > Add RTW89_UK to enum rtw89_regulation_type. > The follow-up commit will configure the corresponding values for it > to TX power tables. > > Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com> > Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> 11 patches applied to wireless-next.git, thanks. 5a0e776bec96 rtw89: add UK to regulation type c504bf23290c rtw89: 8852a: update txpwr tables to HALRF_027_00_038 034307088cb2 rtw89: regd: consider 6G band 1ae30c37ecf1 rtw89: regd: update mapping table to R59-R32 bed4045ffb9c rtw89: packed IGI configuration flow into function for DIG feature 1e6f0d2a677a rtw89: disabled IGI configuration for unsupported hardware a95bd62ec01d rtw89: add chip_info::h2c_desc_size/fill_txdesc_fwcmd to support new chips 6d5b5d6290ec rtw89: pci: support variant of fill_txaddr_info f59acdde5197 rtw89: support variant of fill_txdesc 79a6c9a4f3c4 rtw89: support hardware generate security header 84fc6999f0d0 rtw89: read RX bandwidth from v1 type RX descriptor
diff --git a/drivers/net/wireless/realtek/rtw89/core.h b/drivers/net/wireless/realtek/rtw89/core.h index 7d8140cc25a75..5900cbc0efd9e 100644 --- a/drivers/net/wireless/realtek/rtw89/core.h +++ b/drivers/net/wireless/realtek/rtw89/core.h @@ -446,6 +446,7 @@ enum rtw89_regulation_type { RTW89_UKRAINE = 11, RTW89_CN = 12, RTW89_QATAR = 13, + RTW89_UK = 14, RTW89_REGD_NUM, };