linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: chuck.smileyrekiere@candelatech.com
To: linux-wireless@vger.kernel.org
Cc: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
Subject: [PATCH] Revert "iwlwifi: mvm: disable RX-diversity in powersave"
Date: Wed, 12 Jan 2022 17:16:46 -0800	[thread overview]
Message-ID: <20220113011646.38569-1-chuck.smileyrekiere@candelatech.com> (raw)

From: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>

This reverts commit b94d328763785738d052d176c345d8cc9d999e9a.

The number of rx spatial streams would not go to 2 spatial streams
when testing on WiFi 6E AX210 radios. Reverting this commit allows
for the WiFi 6E AX210 radios to go to 2 spatial streams. The issue
only showed up when testing on WiFi 6E.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
---
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/utils.c b/drivers/net/wireless/intel/iwlwifi/mvm/utils.c
index 941cce77a5b2..acceb4069f54 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/utils.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/utils.c
@@ -446,9 +446,6 @@ bool iwl_mvm_rx_diversity_allowed(struct iwl_mvm *mvm,
 
 	lockdep_assert_held(&mvm->mutex);
 
-	if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM)
-		return false;
-
 	if (num_of_ant(iwl_mvm_get_valid_rx_ant(mvm)) == 1)
 		return false;
 
-- 
2.31.1


                 reply	other threads:[~2022-01-13  1:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220113011646.38569-1-chuck.smileyrekiere@candelatech.com \
    --to=chuck.smileyrekiere@candelatech.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).