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=-11.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 BE78CC07E9C for ; Fri, 9 Jul 2021 17:32:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A8DD5613BD for ; Fri, 9 Jul 2021 17:32:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230166AbhGIRfL (ORCPT ); Fri, 9 Jul 2021 13:35:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230264AbhGIRfC (ORCPT ); Fri, 9 Jul 2021 13:35:02 -0400 Received: from mail-ej1-x62b.google.com (mail-ej1-x62b.google.com [IPv6:2a00:1450:4864:20::62b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2ED15C0613E6 for ; Fri, 9 Jul 2021 10:32:18 -0700 (PDT) Received: by mail-ej1-x62b.google.com with SMTP id i20so17568752ejw.4 for ; Fri, 09 Jul 2021 10:32:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxtx.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=llrIKsOm/6jqQkwaVXtBD5s+GtojxsAjJ2JSPa36cxQ=; b=h8YJpAbUiTa3DcAkFogZ4tSlnTfz/GW9M1A5BDZVHZU0gPizjnsjvJHjPnPPvc8HAO we3hT+VNhj58Ttg72yQTYzMDPOcry2TVavDQZ1jBSQF/LwYrlm74m5cv41okTebYw4bM 5E1rzCPAC1oHm3SdF9XbNXVd56rgD21kVei00= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=llrIKsOm/6jqQkwaVXtBD5s+GtojxsAjJ2JSPa36cxQ=; b=E/QwbEi/Pqhq8Dm0/YMXd39jENvr3H8+HBioS4db6px6a1b1LS+RbRaZ4p6uwdtPCc MGurHva6geQimvKF/pL5fylwGfYkUBx0LGVHhy5gGpSPCxSi6v+VMN8bksDIdd+mz0h5 4SuVgeUnhnOCXDeHUFDJ3kbRTuPI0bm2AHgfeQha9qiebiU/fGSAlsvt3yh/TQpVepoc fvT2Z+4GdHDMoM11g5uTVcyzNY1bdJYJ/BDTOesiWs+N6lW5NG2NvlW7cjlcbIBzVDrH 7G1QpUBWi7YhKgkeoC+ROVWr2A8+9M+kmgBCrsI49HIsccUBhYUlE19rf6cJI3sqMq3T quOw== X-Gm-Message-State: AOAM530UYnGTCq4gb9uWT/aDxVZ/XcnsW9ve8fWGUxJeU/Qhnv8zns4r ZUCHVuyGR+bK/1yX0R65H1PFo7FOD117Z0/prUqhhA== X-Google-Smtp-Source: ABdhPJxzLNbuQQViV0380pH4y0DjDVhLWcRMKCy37+1dHHtYzXsWWMnsyYvD4mSIwgawUz/IIXfpCWJ+Sw53InWTUqs= X-Received: by 2002:a17:907:72c9:: with SMTP id du9mr23993406ejc.497.1625851936647; Fri, 09 Jul 2021 10:32:16 -0700 (PDT) MIME-Version: 1.0 References: <20210702223155.1981510-1-jforbes@fedoraproject.org> In-Reply-To: <20210702223155.1981510-1-jforbes@fedoraproject.org> From: Justin Forbes Date: Fri, 9 Jul 2021 12:32:06 -0500 Message-ID: Subject: Re: [PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha To: Luca Coelho , Kalle Valo , "David S. Miller" , Jakub Kicinski , Matti Gottlieb , ybaruch , Johannes Berg , Ihab Zhaika , Emmanuel Grumbach , linux-wireless@vger.kernel.org, "open list:BPF (Safe dynamic programs and tools)" , LKML Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 2, 2021 at 5:32 PM 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 > --- Just an update from the user with this hardware that I built a test kernel for: "Still going strong w/ AX201, speed OK, on par w/ speeds on windows, no crashes, no weird messages about the driver." Justin