From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.1 X-Virus-Scanned: amavis at taf.ru From: Alexei Takaseev To: devel-kernel@lists.altlinux.org Date: Sat, 12 Sep 2026 16:35:45 +0800 Message-ID: <20260912083545.144871-1-taf@altlinux.org> X-Mailer: git-send-email 2.50.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [d-kernel] [PATCH] [6.18] config: Enable 802.11ax Realtek USB NIC's X-BeenThere: devel-kernel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2026 08:35:51 -0000 Archived-At: List-Archive: List-Post: --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index 155d40a49d131..d2178db27cecd 100644 --- a/config +++ b/config @@ -3916,9 +3916,12 @@ CONFIG_RTW88_8814AU=3Dm CONFIG_RTW89=3Dm CONFIG_RTW89_CORE=3Dm CONFIG_RTW89_PCI=3Dm +CONFIG_RTW89_USB=3Dm CONFIG_RTW89_8851BE=3Dm +CONFIG_RTW89_8851BU=3Dm CONFIG_RTW89_8852AE=3Dm CONFIG_RTW89_8852BE=3Dm +CONFIG_RTW89_8852BU=3Dm CONFIG_RTW89_8852BTE=3Dm CONFIG_RTW89_8852CE=3Dm CONFIG_RTW89_8922AE=3Dm --=20 2.50.1