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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 914CBC0018C for ; Thu, 10 Dec 2020 14:00:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 64C4223B85 for ; Thu, 10 Dec 2020 14:00:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389793AbgLJOAL (ORCPT ); Thu, 10 Dec 2020 09:00:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727310AbgLJOAD (ORCPT ); Thu, 10 Dec 2020 09:00:03 -0500 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07AB7C0613CF for ; Thu, 10 Dec 2020 05:59:23 -0800 (PST) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1knMTX-0068ij-5i; Thu, 10 Dec 2020 14:59:19 +0100 Message-ID: <6fe05a79dfbc402ea350bb8e5f8b0b95a9e409fa.camel@sipsolutions.net> Subject: Re: [PATCH] mac80211: enable QoS support for nl80211 ctrl port From: Johannes Berg To: Markus Theil Cc: linux-wireless@vger.kernel.org Date: Thu, 10 Dec 2020 14:59:02 +0100 In-Reply-To: <20201209225214.127548-1-markus.theil@tu-ilmenau.de> References: <20201209225214.127548-1-markus.theil@tu-ilmenau.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5 (3.36.5-1.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Wed, 2020-12-09 at 23:52 +0100, Markus Theil wrote: > > Furthermore, this patch also checks and prevents frame > aggregation for control port frames in order to speed up > the initial connection setup a little. > That might make sense, but I really think it should be a separate patch. Thanks, johannes