linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath11k: Fix sounding dimension config in HE cap
@ 2021-02-16  7:22 Lavanya Suresh
  2021-02-18  6:00 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Lavanya Suresh @ 2021-02-16  7:22 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless, Lavanya Suresh

Number of Sounding dimensions config received from firmware for
bandwidth above 80MHz is cleared, and proper value is not set again.
So not resetting it to accept the config from firmware.

Tested-on: IPQ8074 hw2.0 AHB WLAN.HK.2.4.0.1-01689-QCAHKSWPL_SILICONZ-1

Signed-off-by: Lavanya Suresh <lavaks@codeaurora.org>
---
 drivers/net/wireless/ath/ath11k/mac.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/wireless/ath/ath11k/mac.c b/drivers/net/wireless/ath/ath11k/mac.c
index 5e5026c..61c166e 100644
--- a/drivers/net/wireless/ath/ath11k/mac.c
+++ b/drivers/net/wireless/ath/ath11k/mac.c
@@ -4604,8 +4604,6 @@ static int ath11k_mac_copy_he_cap(struct ath11k *ar,
 
 		he_cap_elem->phy_cap_info[5] &=
 			~IEEE80211_HE_PHY_CAP5_BEAMFORMEE_NUM_SND_DIM_UNDER_80MHZ_MASK;
-		he_cap_elem->phy_cap_info[5] &=
-			~IEEE80211_HE_PHY_CAP5_BEAMFORMEE_NUM_SND_DIM_ABOVE_80MHZ_MASK;
 		he_cap_elem->phy_cap_info[5] |= ar->num_tx_chains - 1;
 
 		switch (i) {
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ath11k: Fix sounding dimension config in HE cap
  2021-02-16  7:22 [PATCH] ath11k: Fix sounding dimension config in HE cap Lavanya Suresh
@ 2021-02-18  6:00 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2021-02-18  6:00 UTC (permalink / raw)
  To: Lavanya Suresh; +Cc: ath11k, linux-wireless, Lavanya Suresh

Lavanya Suresh <lavaks@codeaurora.org> wrote:

> Number of Sounding dimensions config received from firmware for
> bandwidth above 80MHz is cleared, and proper value is not set again.
> So not resetting it to accept the config from firmware.
> 
> Tested-on: IPQ8074 hw2.0 AHB WLAN.HK.2.4.0.1-01689-QCAHKSWPL_SILICONZ-1
> 
> Signed-off-by: Lavanya Suresh <lavaks@codeaurora.org>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

096b625fab8f ath11k: Fix sounding dimension config in HE cap

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/1613460136-7170-1-git-send-email-lavaks@codeaurora.org/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-18  6:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16  7:22 [PATCH] ath11k: Fix sounding dimension config in HE cap Lavanya Suresh
2021-02-18  6:00 ` Kalle Valo

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).