Re: [PATCH 02/31] mac80211: do not add twice the HE 6GHz cap IE
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2021-06-18 17:14:59
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2021-06-18 17:14:59
On 6/18/2021 3:41 AM, Luca Coelho wrote:
From: Shaul Triebitz <redacted> The HE 6GHz capability IE is already added before: ieee80211_add_he_ie -> ieee80211_ie_build_he_6ghz_cap Signed-off-by: Shaul Triebitz <redacted> Signed-off-by: Luca Coelho <redacted> --- 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... -- Florian