From owner-freebsd-wireless@freebsd.org Thu Sep 17 06:03:27 2020 Return-Path: Delivered-To: freebsd-wireless@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 092483FD46A for ; Thu, 17 Sep 2020 06:03:27 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BsRGk6VVmz4mLr; Thu, 17 Sep 2020 06:03:26 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (cross.sbone.de [195.201.62.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) (Authenticated sender: bz/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id AEB8B22237; Thu, 17 Sep 2020 06:03:26 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id A9A928D4A157; Thu, 17 Sep 2020 06:03:25 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 3B40DE70813; Thu, 17 Sep 2020 06:03:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id YXPG4wNcAoR0; Thu, 17 Sep 2020 06:03:23 +0000 (UTC) Received: from [127.0.0.1] (unknown [IPv6:fde9:577b:c1a9:4902:a9a5:9338:ce39:ca14]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id CFD48E707B1; Thu, 17 Sep 2020 06:03:23 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Michael Jurbala" Cc: freebsd-wireless@freebsd.org Subject: Re: AX200 wifi development Date: Thu, 17 Sep 2020 06:03:23 +0000 X-Mailer: MailMate (2.0BETAr6151) Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2020 06:03:27 -0000 On 16 Sep 2020, at 23:27, Michael Jurbala wrote: > There's been some discussion on here about updating FreeBSD wifi. I > believe > some of it was for ac but I think I also saw testing for ax. > > I have a new motherboard with Intel AX200 wifi and I wanted to see if > there > was anything I could do to help. I can't donate at the moment and > don't > know how to program but maybe there's something I could test on my > system > or another way to help. Can you drop me (no need for Cc: the list) the output of pciconf -lBbcevV for that WiFi card and I’ll see if it’s worth to currently test something (or if I have samples already). I am currently sorting out LinuxKPI changes conflicting with the DRM graphics work. Once that is done and I return to WiFi I hope to have something more to test soon. /bz