From 766085ed3b83d4fa8edc5ba6006ce62ab28b42f7 Mon Sep 17 00:00:00 2001 From: zxystd <1051244836@qq.com> Date: Fri, 15 Mar 2024 21:55:08 +0800 Subject: [PATCH] iwm: use net80211 logic to determine if the queue should open tx aggregate, this would stall tx queue, open tx-agg immediately help to resolve this issue. --- itlwm/hal_iwm/mac80211.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itlwm/hal_iwm/mac80211.cpp b/itlwm/hal_iwm/mac80211.cpp index 7502f9c8..0ffa11af 100644 --- a/itlwm/hal_iwm/mac80211.cpp +++ b/itlwm/hal_iwm/mac80211.cpp @@ -4806,7 +4806,7 @@ iwm_attach(struct iwm_softc *sc, struct pci_attach_args *pa) ic->ic_ampdu_params = (IEEE80211_AMPDU_PARAM_SS_4 | 0x3 /* 64k */); ic->ic_caps |= (IEEE80211_C_QOS | IEEE80211_C_TX_AMPDU | IEEE80211_C_AMSDU_IN_AMPDU); ic->ic_caps |= IEEE80211_C_SUPPORTS_VHT_EXT_NSS_BW; -#if 1 +#if 0 ic->ic_caps |= IEEE80211_C_TX_AMPDU_SETUP_IN_RS; #endif