From patchwork Fri Dec 22 08:53:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mingyen Hsieh X-Patchwork-Id: 758075 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CD883F9C8 for ; Fri, 22 Dec 2023 08:53:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=mediatek.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mediatek.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=mediatek.com header.i=@mediatek.com header.b="clNf69Y/" X-UUID: 9e6d8bc6a0a711eeba30773df0976c77-20231222 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=PW7QxyXWVo8geaEzsvLAPz194kUbtcGEUcUhyQ+mZrM=; b=clNf69Y/w+TC+hyHZwj5kSDfWQzcW2nFqdWVkUpKw3Ty81lv0YmMvq+PHDg3Nf6AtbiEMq5EnrycsQtfnEIJyZqumQ1yrklBZuFLc1dv5m25uU1EysLgDcgFQ/JHDk7Uv/OAsA2o+SmKyXTaGcLXO+kyCnZdRWRxfqPbM4O0MeA=; X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.35, REQID:f3e7930d-dad6-48e4-9924-d82ccc4e3ea4, IP:0, U RL:0,TC:0,Content:-5,EDM:0,RT:0,SF:0,FILE:0,BULK:0,RULE:Release_Ham,ACTION :release,TS:-5 X-CID-META: VersionHash:5d391d7, CLOUDID:266d0f82-8d4f-477b-89d2-1e3bdbef96d1, B ulkID:nil,BulkQuantity:0,Recheck:0,SF:102,TC:nil,Content:0,EDM:-3,IP:nil,U RL:0,File:nil,Bulk:nil,QS:nil,BEC:nil,COL:0,OSI:0,OSA:0,AV:0,LES:1,SPR:NO, DKR:0,DKP:0,BRR:0,BRE:0 X-CID-BVR: 0 X-CID-BAS: 0,_,0,_ X-CID-FACTOR: TF_CID_SPAM_SNR X-UUID: 9e6d8bc6a0a711eeba30773df0976c77-20231222 Received: from mtkmbs11n2.mediatek.inc [(172.21.101.187)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 235859967; Fri, 22 Dec 2023 16:53:47 +0800 Received: from mtkmbs11n2.mediatek.inc (172.21.101.187) by mtkmbs11n2.mediatek.inc (172.21.101.187) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.26; Fri, 22 Dec 2023 16:53:46 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkmbs11n2.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.1118.26 via Frontend Transport; Fri, 22 Dec 2023 16:53:46 +0800 From: Mingyen Hsieh To: , CC: , , , , , , , , , , , , , , Ming Yen Hsieh Subject: [PATCH v1 0/4] wifi: mt76: mt7921: fix potential issues for mt7921 Date: Fri, 22 Dec 2023 16:53:34 +0800 Message-ID: <20231222085338.4530-1-mingyen.hsieh@mediatek.com> X-Mailer: git-send-email 2.18.0 Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Ming Yen Hsieh Hi, This patchset includes some bugfixes for CLC (Country Location Control), suspend/resume and ACPI SAR. v1: remove patch, "mt7921: fix potential command timeout issues when suspend", and add patch, "mt7921: fix the unfinished command of regd_notifier before suspend" Ming Yen Hsieh (4): wifi: mt76: mt7921: fix incorrect type conversion for CLC command wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel config from ACPI wifi: mt76: mt792x: update the country list of EU for ACPI SAR wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend .../net/wireless/mediatek/mt76/mt7921/init.c | 6 ++++ .../net/wireless/mediatek/mt76/mt7921/mcu.c | 4 +-- .../net/wireless/mediatek/mt76/mt7921/pci.c | 3 ++ drivers/net/wireless/mediatek/mt76/mt792x.h | 2 ++ .../wireless/mediatek/mt76/mt792x_acpi_sar.c | 28 ++++++++++--------- 5 files changed, 28 insertions(+), 15 deletions(-)