From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 228FBC433EF for ; Sat, 11 Sep 2021 06:26:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F1E7B610C8 for ; Sat, 11 Sep 2021 06:26:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235266AbhIKG2I (ORCPT ); Sat, 11 Sep 2021 02:28:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:54952 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229487AbhIKG2I (ORCPT ); Sat, 11 Sep 2021 02:28:08 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3F1E161041; Sat, 11 Sep 2021 06:26:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1631341615; bh=NeUYiVhOQwpZm3ExnBCh7KWs6RR3b4ruKESX10oOK0s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tkG8GIbo1nkVYp2Vk9AaMVoHxyzGvY/2TvaXMeh6XE3uVR6JN46tMcZCYA4evTayk DUEOg4D7w0VrqpcnHF9+bDXnL5xqsoilJWseDSC2vLV4A4YuHLbukYvJRz5FbKgrSm SBqBkovZT8iv5plH3j7BgArGsYBCYes8gxeOgyOY= Date: Sat, 11 Sep 2021 08:26:34 +0200 From: Greg KH To: "Justin M. Forbes" Cc: stable@vger.kernel.org, Jaehoon Chung , Kalle Valo Subject: Re: [PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha Message-ID: References: <20210910153735.2791941-1-jforbes@fedoraproject.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210910153735.2791941-1-jforbes@fedoraproject.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Sep 10, 2021 at 10:37:35AM -0500, Justin M. Forbes wrote: > The Samsung Galaxy Book Flex2 Alpha uses an ax201 with the ID a0f0/6074. > This works fine with the existing driver once it knows to claim it. > Simple patch to add the device. > > Signed-off-by: Justin M. Forbes > Reviewed-by: Jaehoon Chung > Signed-off-by: Kalle Valo > Link: https://lore.kernel.org/r/20210702223155.1981510-1-jforbes@fedoraproject.org > --- > drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 1 + > 1 file changed, 1 insertion(+) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.