diff mbox series

ath11k: Advertise MPDU start spacing as no restriction

Message ID 1573447702-30398-1-git-send-email-vnaralas@codeaurora.org (mailing list archive)
State Accepted
Commit 2bce98caf793a9b74fcbf485370cb6e390ce5fd7
Delegated to: Kalle Valo
Headers show
Series ath11k: Advertise MPDU start spacing as no restriction | expand

Commit Message

Venkateswara Naralasetty Nov. 11, 2019, 4:48 a.m. UTC
Adverise MPDU start spacing as no restriction in ht capabilities,
Since IPQ8074 hw support all sorts of mpdu start spcing. With this
observed minor uplink performance improvement in lower data frame
size case with Veriwave clients.

Signed-off-by: Venkateswara Naralasetty <vnaralas@codeaurora.org>
---
 drivers/net/wireless/ath/ath11k/mac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo Nov. 22, 2019, 10:37 a.m. UTC | #1
Venkateswara Naralasetty <vnaralas@codeaurora.org> writes:

> Adverise MPDU start spacing as no restriction in ht capabilities,
> Since IPQ8074 hw support all sorts of mpdu start spcing. With this
> observed minor uplink performance improvement in lower data frame
> size case with Veriwave clients.
>
> Signed-off-by: Venkateswara Naralasetty <vnaralas@codeaurora.org>

Applied, thanks.

2bce98caf793 ath11k: Advertise MPDU start spacing as no restriction
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath11k/mac.c b/drivers/net/wireless/ath/ath11k/mac.c
index 6e0f532..9a746ec 100644
--- a/drivers/net/wireless/ath/ath11k/mac.c
+++ b/drivers/net/wireless/ath/ath11k/mac.c
@@ -2898,7 +2898,7 @@  ath11k_create_ht_cap(struct ath11k *ar, u32 ar_ht_cap, u32 rate_cap_rx_chainmask
 
 	ht_cap.ht_supported = 1;
 	ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K;
-	ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_8;
+	ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_NONE;
 	ht_cap.cap |= IEEE80211_HT_CAP_SUP_WIDTH_20_40;
 	ht_cap.cap |= IEEE80211_HT_CAP_DSSSCCK40;
 	ht_cap.cap |= WLAN_HT_CAP_SM_PS_STATIC << IEEE80211_HT_CAP_SM_PS_SHIFT;