Blame SOURCES/0024-Revert-iwlwifi-nvm-parse-advertise-IEEE80211_VHT_EXT.patch

deb259
From 0b4775b7b2489601ee91d3a61bb939e62954f16d Mon Sep 17 00:00:00 2001
deb259
From: Eugene Syromiatnikov <esyr@redhat.com>
deb259
Date: Thu, 1 Aug 2019 13:51:44 +0200
deb259
Subject: [PATCH 1/4] Revert "iwlwifi: nvm-parse: advertise
deb259
 IEEE80211_VHT_EXT_NSS_BW_CAPABLE in VHT"
deb259
deb259
This reverts commit 5be4b5d930e44e96548472865fecb29a9c5a3bb0.
deb259
---
deb259
 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 7 ++-----
deb259
 1 file changed, 2 insertions(+), 5 deletions(-)
deb259
deb259
diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c b/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c
deb259
index 3a5a7dbab9ab..290ef2726f47 100644
deb259
--- a/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c
deb259
+++ b/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c
deb259
@@ -8,7 +8,7 @@
deb259
  * Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved.
deb259
  * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
deb259
  * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
deb259
- * Copyright(c) 2018 - 2019 Intel Corporation
deb259
+ * Copyright(c) 2018        Intel Corporation
deb259
  *
deb259
  * This program is free software; you can redistribute it and/or modify
deb259
  * it under the terms of version 2 of the GNU General Public License as
deb259
@@ -31,7 +31,7 @@
deb259
  * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.
deb259
  * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
deb259
  * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
deb259
- * Copyright(c) 2018 - 2019 Intel Corporation
deb259
+ * Copyright(c) 2018        Intel Corporation
deb259
  * All rights reserved.
deb259
  *
deb259
  * Redistribution and use in source and binary forms, with or without
deb259
@@ -478,9 +478,6 @@ static void iwl_init_vht_hw_capab(const struct iwl_cfg *cfg,
deb259
 	}
deb259
 
deb259
 	vht_cap->vht_mcs.tx_mcs_map = vht_cap->vht_mcs.rx_mcs_map;
deb259
-
deb259
-	vht_cap->vht_mcs.tx_highest |=
deb259
-		cpu_to_le16(IEEE80211_VHT_EXT_NSS_BW_CAPABLE);
deb259
 }
deb259
 
deb259
 static struct ieee80211_sband_iftype_data iwl_he_capa[] = {
deb259
-- 
deb259
2.13.6
deb259