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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 BE633C4743C for ; Wed, 23 Jun 2021 11:04:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9F87F61003 for ; Wed, 23 Jun 2021 11:04:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230036AbhFWLG2 (ORCPT ); Wed, 23 Jun 2021 07:06:28 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:48664 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230028AbhFWLG1 (ORCPT ); Wed, 23 Jun 2021 07:06:27 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=[192.168.100.150]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lw0ft-001bj2-8p; Wed, 23 Jun 2021 14:04:07 +0300 Message-ID: <37ccff43592353f2dabcf1fa6d050fa5d23b18d9.camel@coelho.fi> From: Luca Coelho To: Florian Fainelli , johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org Date: Wed, 23 Jun 2021 14:04:03 +0300 In-Reply-To: References: <20210618104156.747775-1-luca@coelho.fi> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 02/31] mac80211: do not add twice the HE 6GHz cap IE Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Fri, 2021-06-18 at 23:17 +0300, Luca Coelho wrote: > On Fri, 2021-06-18 at 10:14 -0700, Florian Fainelli wrote: > > > > On 6/18/2021 3:41 AM, Luca Coelho wrote: > > > From: Shaul Triebitz > > > > > > The HE 6GHz capability IE is already added before: > > > ieee80211_add_he_ie -> ieee80211_ie_build_he_6ghz_cap > > > > > > Signed-off-by: Shaul Triebitz > > > Signed-off-by: Luca Coelho > > > --- > > >  net/mac80211/mlme.c | 2 +- > > >  1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c > > > index 2480bd0577bb..310cfd02fda4 100644 > > > --- a/net/mac80211/mlme.c > > > +++ b/net/mac80211/mlme.c > > > @@ -8,7 +8,7 @@ > > >   * Copyright 2007, Michael Wu > > >   * Copyright 2013-2014 Intel Mobile Communications GmbH > > >   * Copyright (C) 2015 - 2017 Intel Deutschland GmbH > > > - * Copyright (C) 2018 - 2020 Intel Corporation > > > + * Copyright (C) 2018 - 2021 Intel Corporation > > > > This change only bumps the copyright year... > > Oops, something went wrong when I applied it. I'll check and either > resend or drop it. Please drop this patch. It was an internal fixed to a merge damage and should not have been sent out (obviously because it resulted in no code). -- Cheers, Luca.