From patchwork Thu Feb 22 06:42:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ping-Ke Shih X-Patchwork-Id: 775523 Received: from rtits2.realtek.com.tw (rtits2.realtek.com [211.75.126.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 25965D533 for ; Thu, 22 Feb 2024 06:43:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=211.75.126.72 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708584241; cv=none; b=DFHlivdwknEeqw5n0tk0ITyzKA9c8kWg5NZ5hfWtNvD0dQBxKHFrZ+xVe6UKUCHRBF6PT+YeoV5rMYJHCR+7CpmCHwO/kV4NSh5HtOWufo0uHDPwLKDqTTgWo7yorrIBZ9wmTjlEgdI8vnqzrAoPZIQOjlv2XCFREAUvUFezJAs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708584241; c=relaxed/simple; bh=4qIOIpMklv7HuxjVC4s82Y3YKR4n1cpF6oPbD9LE2r4=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=q2UTwUu/mai3FNUxfjfnR22apSwcKEhoVpi1twHg2k1OPex9yIcLmgIj4w+edQdzw6TKXsjO3ES5aTHzw/MzN5ZFihg5eGEQOVn/nUbiB5epsSnxiloepTftjuWQapiw/WkNG59SBJtdaoF7AxU8cLYawNmfS8Af1IxJiLcEEgw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=realtek.com; spf=pass smtp.mailfrom=realtek.com; arc=none smtp.client-ip=211.75.126.72 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=realtek.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=realtek.com X-SpamFilter-By: ArmorX SpamTrap 5.78 with qID 41M6hkgC71486318, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (rtexh36506.realtek.com.tw[172.21.6.27]) by rtits2.realtek.com.tw (8.15.2/2.95/5.92) with ESMTPS id 41M6hkgC71486318 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 22 Feb 2024 14:43:46 +0800 Received: from RTEXMBS04.realtek.com.tw (172.21.6.97) by RTEXH36506.realtek.com.tw (172.21.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.17; Thu, 22 Feb 2024 14:43:46 +0800 Received: from [127.0.1.1] (172.21.69.94) by RTEXMBS04.realtek.com.tw (172.21.6.97) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.35; Thu, 22 Feb 2024 14:43:46 +0800 From: Ping-Ke Shih To: CC: , , Subject: [PATCH 0/3] wifi: rtw89: update scan features, EHT beamforming capability and PCI setting Date: Thu, 22 Feb 2024 14:42:55 +0800 Message-ID: <20240222064258.59782-1-pkshih@realtek.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: RTEXMBS02.realtek.com.tw (172.21.6.95) To RTEXMBS04.realtek.com.tw (172.21.6.97) Some missing stuff are found during verification, update them accordingly. The remaining patches to enable 8922AE (WiFi 7) are BT coexistence and WoWLAN stuffs, and I will provide patches in coming weeks. Chin-Yen Lee (1): wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips Kuan-Chung Chen (2): wifi: rtw89: advertise missing extended scan feature wifi: rtw89: Update EHT PHY beamforming capability drivers/net/wireless/realtek/rtw89/core.c | 10 ++-- drivers/net/wireless/realtek/rtw89/fw.c | 4 +- drivers/net/wireless/realtek/rtw89/pci.c | 50 ++++++++++++++++---- drivers/net/wireless/realtek/rtw89/pci.h | 30 ++++++++++++ drivers/net/wireless/realtek/rtw89/pci_be.c | 52 +++++++++++++++++++++ 5 files changed, 129 insertions(+), 17 deletions(-)