Blame SOURCES/0027-Revert-iwlwifi-mvm-send-the-STA_HE_CTXT-command-in-A.patch
|
|
deb259 |
From 1f187d76562086f95e2b1bd70f83b80225036edd Mon Sep 17 00:00:00 2001
|
|
|
deb259 |
From: Eugene Syromiatnikov <esyr@redhat.com>
|
|
|
deb259 |
Date: Thu, 1 Aug 2019 14:14:26 +0200
|
|
|
deb259 |
Subject: [PATCH 4/4] Revert "iwlwifi: mvm: send the STA_HE_CTXT command in AP
|
|
|
deb259 |
mode"
|
|
|
deb259 |
|
|
|
deb259 |
This reverts commit 1abb08cc133bb25acbc5654450d2ed3b2ad80b73.
|
|
|
deb259 |
---
|
|
|
deb259 |
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 3 ---
|
|
|
deb259 |
1 file changed, 3 deletions(-)
|
|
|
deb259 |
|
|
|
deb259 |
Index: src/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
|
|
|
deb259 |
===================================================================
|
|
|
deb259 |
--- src.orig/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 2019-08-01 14:25:56.841586365 +0200
|
|
|
deb259 |
+++ src/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 2019-08-01 14:26:11.117405971 +0200
|
|
|
deb259 |
@@ -3102,9 +3102,6 @@
|
|
|
deb259 |
if (vif->type == NL80211_IFTYPE_AP) {
|
|
|
deb259 |
mvmvif->ap_assoc_sta_count++;
|
|
|
deb259 |
iwl_mvm_mac_ctxt_changed(mvm, vif, false, NULL);
|
|
|
deb259 |
- if (vif->bss_conf.he_support &&
|
|
|
deb259 |
- !iwlwifi_mod_params.disable_11ax)
|
|
|
deb259 |
- iwl_mvm_cfg_he_sta(mvm, vif, mvm_sta->sta_id);
|
|
|
deb259 |
}
|
|
|
deb259 |
|
|
|
deb259 |
iwl_mvm_rs_rate_init(mvm, sta, mvmvif->phy_ctxt->channel->band,
|