mbox series

[0/8] wifi: rtw89: configure 5.9 and 6 GHz channels and power type by BIOS settings

Message ID 20240412115729.8316-1-pkshih@realtek.com (mailing list archive)
Headers show
Series wifi: rtw89: configure 5.9 and 6 GHz channels and power type by BIOS settings | expand

Message

Ping-Ke Shih April 12, 2024, 11:57 a.m. UTC
The regulations of 5.9 and 6 GHz channels and power type are ongoing to
define, and certain platforms don't get certifications for certain channels
or 6 GHz SP power type. To control these platforms working on expected
channels and power type, define control fields in BIOS to restrict.

The change of power table is large, so split it into patches 3/8 and 4/8.
We are planning to move them into firmware file like WiFi 7 chips.

Zong-Zhe Yang (8):
  wifi: rtw89: sar: correct TX power boundary for MAC domain
  wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if no 6 GHz
    sband
  wifi: rtw89: 8852c: update TX power tables to R69.1 (1 of 2)
  wifi: rtw89: 8852c: update TX power tables to R69.1 (2 of 2)
  wifi: rtw89: regd: block 6 GHz by policy if not specific country
  wifi: rtw89: regd: extend policy of UNII-4 for IC regulatory
  wifi: rtw89: acpi: process 6 GHz SP policy from ACPI DSM
  wifi: rtw89: regd: handle policy of 6 GHz SP according to BIOS

 drivers/net/wireless/realtek/rtw89/acpi.c     |   47 +
 drivers/net/wireless/realtek/rtw89/acpi.h     |   21 +-
 drivers/net/wireless/realtek/rtw89/core.c     |    3 +
 drivers/net/wireless/realtek/rtw89/core.h     |    4 +
 drivers/net/wireless/realtek/rtw89/fw.c       |    4 +
 drivers/net/wireless/realtek/rtw89/regd.c     |  156 +-
 .../wireless/realtek/rtw89/rtw8852c_table.c   | 2616 -----------------
 drivers/net/wireless/realtek/rtw89/sar.h      |    4 +-
 8 files changed, 206 insertions(+), 2649 deletions(-)