On Sat, 2023-09-30 at 10:25 +0800, Deren Wu wrote: > From: "rong.yan" <rong.yan@xxxxxxxxxxxx> Hi Felix, I am not sure why this patch is not shown in wireless patchwork, but it is mediatek patchwork alreay. Guess there is something wrong in author's naming parsing. I prefer to keep this patch in mail thred only, how do you think? Regards, Deren > > The mtcl table, configured by platform vendor, provides regulatory > information for 5.9/6 GHz channels. mt792x should work on > corresponding channels supported by mtcl. This patch would parse > the settings in mtcl table and apply the result into chip side. > > Signed-off-by: rong.yan <rong.yan@xxxxxxxxxxxx> > Co-developed-by: Deren Wu <deren.wu@xxxxxxxxxxxx> > Signed-off-by: Deren Wu <deren.wu@xxxxxxxxxxxx> > --- > .../net/wireless/mediatek/mt76/mt7921/mcu.c | 4 +- > drivers/net/wireless/mediatek/mt76/mt792x.h | 6 +++ > .../wireless/mediatek/mt76/mt792x_acpi_sar.c | 53 > +++++++++++++++++++ > .../wireless/mediatek/mt76/mt792x_acpi_sar.h | 2 + > 4 files changed, 64 insertions(+), 1 deletion(-) > >