From owner-svn-src-all@freebsd.org Wed Jul 1 09:15:39 2020 Return-Path: Delivered-To: svn-src-all@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 2E2D9348A72; Wed, 1 Jul 2020 09:15:39 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 49xbDW0SX5z49kY; Wed, 1 Jul 2020 09:15:39 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:13b:39f::9f:25]) (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 CC6862A451; Wed, 1 Jul 2020 09:15:38 +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 DECB08D4A164; Wed, 1 Jul 2020 09:15:36 +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 5A43DE707B7; Wed, 1 Jul 2020 09:15:36 +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 SZsb-rHruLxT; Wed, 1 Jul 2020 09:15:35 +0000 (UTC) Received: from [192.168.124.1] (unknown [IPv6:fde9:577b:c1a9:4902:70bb:cf29:9220:f82a]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 1C909E707AD; Wed, 1 Jul 2020 09:15:35 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Adrian Chadd" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r362815 - head/sys/net80211 Date: Wed, 01 Jul 2020 09:15:34 +0000 X-Mailer: MailMate (2.0BETAr6146) Message-ID: <00AB847F-F2D5-4CC2-B911-648A3D605CF1@FreeBSD.org> In-Reply-To: <202007010023.0610Nn4w031533@repo.freebsd.org> References: <202007010023.0610Nn4w031533@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2020 09:15:39 -0000 On 1 Jul 2020, at 0:23, Adrian Chadd wrote: > Author: adrian > Date: Wed Jul 1 00:23:49 2020 > New Revision: 362815 > URL: https://svnweb.freebsd.org/changeset/base/362815 > > Log: > [net80211] Migrate HT/legacy protection mode and preamble > calculation to per-VAP flags can you please put these changes into Phabricator with adequate time to get the reviewed in the future? /bz