Patch "ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHz" has been added to the 5.17-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHz

to the 5.17-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     ath11k-set-wmi_peer_40mhz-while-peer-assoc-for-6-ghz.patch
and it can be found in the queue-5.17 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit cc2e72080e7b43b4bd5dcd459b9e68ddbf02c996
Author: Wen Gong <quic_wgong@xxxxxxxxxxx>
Date:   Tue Jan 18 22:42:11 2022 -0500

    ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHz
    
    [ Upstream commit 1cb747192de2edb7e55920af8c458e4792908486 ]
    
    When station connect to AP of 6 GHz with 40 MHz bandwidth, the TX is
    always stay 20 MHz, it is because the flag WMI_PEER_40MHZ is not set
    while peer assoc. Add the flag if remote peer is 40 MHz bandwidth.
    
    Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03003-QCAHSPSWPL_V1_V2_SILICONZ_LITE-2
    
    Fixes: c3a7d7eb4c98 ("ath11k: add 6 GHz params in peer assoc command")
    Signed-off-by: Wen Gong <quic_wgong@xxxxxxxxxxx>
    Signed-off-by: Kalle Valo <quic_kvalo@xxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20220119034211.28622-1-quic_wgong@xxxxxxxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/net/wireless/ath/ath11k/mac.c b/drivers/net/wireless/ath/ath11k/mac.c
index ac6a192185c1..08e33778f63b 100644
--- a/drivers/net/wireless/ath/ath11k/mac.c
+++ b/drivers/net/wireless/ath/ath11k/mac.c
@@ -2319,6 +2319,9 @@ static void ath11k_peer_assoc_h_he_6ghz(struct ath11k *ar,
 	if (!arg->he_flag || band != NL80211_BAND_6GHZ || !sta->he_6ghz_capa.capa)
 		return;
 
+	if (sta->bandwidth == IEEE80211_STA_RX_BW_40)
+		arg->bw_40 = true;
+
 	if (sta->bandwidth == IEEE80211_STA_RX_BW_80)
 		arg->bw_80 = true;
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux