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=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,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 3C4A0C38BE0 for ; Mon, 24 Feb 2020 19:33:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 13E9420836 for ; Mon, 24 Feb 2020 19:33:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727242AbgBXTdO convert rfc822-to-8bit (ORCPT ); Mon, 24 Feb 2020 14:33:14 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:38548 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725860AbgBXTdN (ORCPT ); Mon, 24 Feb 2020 14:33:13 -0500 Received: from marcel-macpro.fritz.box (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id 33C80CED24; Mon, 24 Feb 2020 20:42:38 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) Subject: Re: pull-request: mac80211-next next-2020-02-24 From: Marcel Holtmann In-Reply-To: <20200224183442.82066-1-johannes@sipsolutions.net> Date: Mon, 24 Feb 2020 20:33:12 +0100 Cc: netdev , linux-wireless@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <20200224183442.82066-1-johannes@sipsolutions.net> To: Johannes Berg X-Mailer: Apple Mail (2.3608.60.0.2.5) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Hi Johannes, > Some new updates - initial beacon protection support and TID > configuration are the interesting parts, but need drivers to > fill in, so that'll come from Kalle later :) > > Please pull and let me know if there's any problem. > > Thanks, > johannes > > > > The following changes since commit 92df9f8a745ee9b8cc250514272345cb2e74e7ef: > > Merge branch 'mvneta-xdp-ethtool-stats' (2020-02-16 20:04:42 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-net-next-2020-02-24 > > for you to fetch changes up to 370f51d5edac83bfdb9a078d7098f06403dfa4bc: > > mac80211: Add api to support configuring TID specific configuration (2020-02-24 14:07:01 +0100) > > ---------------------------------------------------------------- > A new set of changes: > * lots of small documentation fixes, from Jérôme Pouiller > * beacon protection (BIGTK) support from Jouni Malinen > * some initial code for TID configuration, from Tamizh chelvam > * I reverted some new API before it's actually used, because > it's wrong to mix controlled port and preauth > * a few other cleanups/fixes > > ---------------------------------------------------------------- > Amol Grover (1): > cfg80211: Pass lockdep expression to RCU lists > > Emmanuel Grumbach (1): > cfg80211: remove support for adjacent channel compensation > > Johannes Berg (4): > mac80211: check vif pointer before airtime calculation > Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_ADDRS" > Revert "nl80211: add src and dst addr attributes for control port tx/rx" so I am bit concerned if these reverts are pushed so quickly without allowing ample time to discuss or review them on the mailing list. I for one, don’t agree with the assessment made to justify these reverts. Regards Marcel