diff mbox series

[02/31] mac80211: do not add twice the HE 6GHz cap IE

Message ID iwlwifi.20210618133832.5b2063dea3b3.I56248f2ce2e22a5c0cf797378726f6904b5de5e2@changeid (mailing list archive)
State Rejected
Delegated to: Johannes Berg
Headers show
Series cfg80211/mac80211 patches from our internal tree 2021-06-18 | expand

Commit Message

Luca Coelho June 18, 2021, 10:41 a.m. UTC
From: Shaul Triebitz <shaul.triebitz@intel.com>

The HE 6GHz capability IE is already added before:
ieee80211_add_he_ie -> ieee80211_ie_build_he_6ghz_cap

Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
---
 net/mac80211/mlme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Florian Fainelli June 18, 2021, 5:14 p.m. UTC | #1
On 6/18/2021 3:41 AM, Luca Coelho wrote:
> From: Shaul Triebitz <shaul.triebitz@intel.com>
> 
> The HE 6GHz capability IE is already added before:
> ieee80211_add_he_ie -> ieee80211_ie_build_he_6ghz_cap
> 
> Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
> ---
>  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 <flamingice@sourmilk.net>
>   * 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...
Luca Coelho June 18, 2021, 8:17 p.m. UTC | #2
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 <shaul.triebitz@intel.com>
> > 
> > The HE 6GHz capability IE is already added before:
> > ieee80211_add_he_ie -> ieee80211_ie_build_he_6ghz_cap
> > 
> > Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
> > Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
> > ---
> >  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 <flamingice@sourmilk.net>
> >   * 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.

--
Cheers,
Luca.
Luca Coelho June 23, 2021, 11:04 a.m. UTC | #3
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 <shaul.triebitz@intel.com>
> > > 
> > > The HE 6GHz capability IE is already added before:
> > > ieee80211_add_he_ie -> ieee80211_ie_build_he_6ghz_cap
> > > 
> > > Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
> > > Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
> > > ---
> > >  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 <flamingice@sourmilk.net>
> > >   * 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.
diff mbox series

Patch

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 <flamingice@sourmilk.net>
  * 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
  */
 
 #include <linux/delay.h>