[PATCH v2 0/6] wifi: mt76: mt7921: support per-device regulatory settings
Deren Wu
deren.wu at mediatek.com
Fri Sep 29 19:25:04 PDT 2023
Some platform vendors need to apply their own regualtory settings and the
vendor-specific data would be written in dts or acpi. This patch set adds
the functionalities to handle this per-device 5.9/6GHz channel
configurations.
---
v2:
* 6th patch in v1 is shown in wireless patchwork, resend this series to
make the reivew easier
* add preifx "wifi: mt76: mt7921:" in the title of cover letter
Deren Wu (1):
wifi: mt76: mt7921: move connac nic capability handling to mt7921
Ming Yen Hsieh (4):
wifi: mt76: mt7921: enable set txpower for UNII-4
wifi: mt76: mt7921: add 6GHz power type support for clc
wifi: mt76: mt7921: get regulatory information from the clc event
wifi: mt76: mt7921: update the channel usage when the regd domain
changed
rong.yan (1):
wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi
drivers/net/wireless/mediatek/mt76/eeprom.c | 7 +-
drivers/net/wireless/mediatek/mt76/mt76.h | 5 +
.../wireless/mediatek/mt76/mt76_connac_mcu.c | 122 +-------------
.../wireless/mediatek/mt76/mt76_connac_mcu.h | 2 +-
.../net/wireless/mediatek/mt76/mt7921/init.c | 51 ++++++
.../net/wireless/mediatek/mt76/mt7921/main.c | 34 ++++
.../net/wireless/mediatek/mt76/mt7921/mcu.c | 157 +++++++++++++++++-
.../net/wireless/mediatek/mt76/mt7921/mcu.h | 13 ++
.../wireless/mediatek/mt76/mt7921/mt7921.h | 1 +
drivers/net/wireless/mediatek/mt76/mt792x.h | 19 +++
.../wireless/mediatek/mt76/mt792x_acpi_sar.c | 53 ++++++
.../wireless/mediatek/mt76/mt792x_acpi_sar.h | 2 +
12 files changed, 336 insertions(+), 130 deletions(-)
--
2.18.0
More information about the Linux-mediatek
mailing list