[PATCH 02/31] mac80211: do not add twice the HE 6GHz cap IE
From: Luca Coelho <hidden>
Date: 2021-06-18 10:42:06
Subsystem:
mac80211, the rest · Maintainers:
Johannes Berg, Linus Torvalds
From: Luca Coelho <hidden>
Date: 2021-06-18 10:42:06
Subsystem:
mac80211, the rest · Maintainers:
Johannes Berg, Linus Torvalds
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 */ #include <linux/delay.h>
--
2.32.0