Skip to content

Commit

Permalink
iwm: use net80211 logic to determine if the queue should open tx aggr…
Browse files Browse the repository at this point in the history
…egate, this would stall tx queue, open tx-agg immediately help to resolve this issue.
  • Loading branch information
zxystd committed Mar 15, 2024
1 parent 6dc344d commit 766085e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itlwm/hal_iwm/mac80211.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 766085e

Please sign in to comment.