All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] support per-device regulatory settings
@ 2023-09-25  8:10 Deren Wu
  2023-09-25  8:10 ` [PATCH 1/6] wifi: mt76: mt7921: move connac nic capability handling to mt7921 Deren Wu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Deren Wu @ 2023-09-25  8:10 UTC (permalink / raw)
  To: Felix Fietkau, Lorenzo Bianconi
  Cc: Sean Wang, Soul Huang, Ming Yen Hsieh, Leon Yen, Eric-SY Chang,
	KM Lin, Robin Chiu, CH Yeh, Posh Sun, Stella Chang, Quan Zhou,
	Ryder Lee, Shayne Chen, linux-wireless, linux-mediatek, Deren Wu

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.

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-09-25  8:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-25  8:10 [PATCH 0/6] support per-device regulatory settings Deren Wu
2023-09-25  8:10 ` [PATCH 1/6] wifi: mt76: mt7921: move connac nic capability handling to mt7921 Deren Wu
2023-09-25  8:10 ` [PATCH 2/6] wifi: mt76: mt7921: enable set txpower for UNII-4 Deren Wu
2023-09-25  8:10 ` [PATCH 3/6] wifi: mt76: mt7921: add 6GHz power type support for clc Deren Wu
2023-09-25  8:10 ` [PATCH 4/6] wifi: mt76: mt7921: get regulatory information from the clc event Deren Wu
2023-09-25  8:10 ` [PATCH 5/6] wifi: mt76: mt7921: update the channel usage when the regd domain changed Deren Wu
2023-09-25  8:10 ` [PATCH 6/6] wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi Deren Wu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.