From: Deren Wu <deren.wu@mediatek.com>
To: Felix Fietkau <nbd@nbd.name>, Lorenzo Bianconi <lorenzo@kernel.org>
Cc: Sean Wang <sean.wang@mediatek.com>,
Soul Huang <Soul.Huang@mediatek.com>,
Ming Yen Hsieh <mingyen.hsieh@mediatek.com>,
Leon Yen <Leon.Yen@mediatek.com>,
Eric-SY Chang <Eric-SY.Chang@mediatek.com>,
KM Lin <km.lin@mediatek.com>,
Robin Chiu <robin.chiu@mediatek.com>,
CH Yeh <ch.yeh@mediatek.com>, Posh Sun <posh.sun@mediatek.com>,
Stella Chang <Stella.Chang@mediatek.com>,
Quan Zhou <quan.zhou@mediatek.com>,
Ryder Lee <ryder.lee@mediatek.com>,
Shayne Chen <shayne.chen@mediatek.com>,
linux-wireless <linux-wireless@vger.kernel.org>,
linux-mediatek <linux-mediatek@lists.infradead.org>,
Deren Wu <deren.wu@mediatek.com>
Subject: [PATCH v2 0/6] wifi: mt76: mt7921: support per-device regulatory settings
Date: Sat, 30 Sep 2023 10:25:04 +0800 [thread overview]
Message-ID: <cover.1696039301.git.deren.wu@mediatek.com> (raw)
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
next reply other threads:[~2023-09-30 2:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-30 2:25 Deren Wu [this message]
2023-09-30 2:25 ` [PATCH v2 1/6] wifi: mt76: mt7921: move connac nic capability handling to mt7921 Deren Wu
2023-09-30 2:25 ` [PATCH v2 2/6] wifi: mt76: mt7921: enable set txpower for UNII-4 Deren Wu
2023-09-30 2:25 ` [PATCH v2 3/6] wifi: mt76: mt7921: add 6GHz power type support for clc Deren Wu
2023-09-30 2:25 ` [PATCH v2 4/6] wifi: mt76: mt7921: get regulatory information from the clc event Deren Wu
2023-09-30 2:25 ` [PATCH v2 5/6] wifi: mt76: mt7921: update the channel usage when the regd domain changed Deren Wu
2023-10-17 10:32 ` AngeloGioacchino Del Regno
2023-10-17 13:17 ` Deren Wu (武德仁)
2023-09-30 2:25 ` [PATCH v2 6/6] wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi Deren Wu
2023-09-30 3:02 ` Deren Wu (武德仁)
2023-10-02 5:56 ` Kalle Valo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1696039301.git.deren.wu@mediatek.com \
--to=deren.wu@mediatek.com \
--cc=Eric-SY.Chang@mediatek.com \
--cc=Leon.Yen@mediatek.com \
--cc=Soul.Huang@mediatek.com \
--cc=Stella.Chang@mediatek.com \
--cc=ch.yeh@mediatek.com \
--cc=km.lin@mediatek.com \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo@kernel.org \
--cc=mingyen.hsieh@mediatek.com \
--cc=nbd@nbd.name \
--cc=posh.sun@mediatek.com \
--cc=quan.zhou@mediatek.com \
--cc=robin.chiu@mediatek.com \
--cc=ryder.lee@mediatek.com \
--cc=sean.wang@mediatek.com \
--cc=shayne.chen@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.