mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
ath11k: Fix beamformee STS in HE cap
STS Beamformee capability sent from firmware is overwritten as num_tx_chains - 1. When num_tx_chains is 2, then STS is set to invalid value 1. Since STS is not limited by number of TX chain, not overwriting the capability received from firmware. Tested on: IPQ6018 WLAN.HK.2.4.0.1-00303-QCAHKSWPL_SILICONZ-1 Signed-off-by: Ramya Gnanasekar <rgnanase@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/1604933229-15815-1-git-send-email-rgnanase@codeaurora.org
This commit is contained in:
parent
0eaa4c1d34
commit
1057db1b8b
|
|
@ -3779,11 +3779,6 @@ static int ath11k_mac_copy_he_cap(struct ath11k *ar,
|
|||
|
||||
he_cap_elem->mac_cap_info[1] &=
|
||||
IEEE80211_HE_MAC_CAP1_TF_MAC_PAD_DUR_MASK;
|
||||
he_cap_elem->phy_cap_info[4] &=
|
||||
~IEEE80211_HE_PHY_CAP4_BEAMFORMEE_MAX_STS_UNDER_80MHZ_MASK;
|
||||
he_cap_elem->phy_cap_info[4] &=
|
||||
~IEEE80211_HE_PHY_CAP4_BEAMFORMEE_MAX_STS_ABOVE_80MHZ_MASK;
|
||||
he_cap_elem->phy_cap_info[4] |= (ar->num_tx_chains - 1) << 2;
|
||||
|
||||
he_cap_elem->phy_cap_info[5] &=
|
||||
~IEEE80211_HE_PHY_CAP5_BEAMFORMEE_NUM_SND_DIM_UNDER_80MHZ_MASK;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user