mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
[urtwn] disable doing AMPDU TX.
We don't do AMPDU TX for now, so don't bother setting this.
This commit is contained in:
parent
b60322c9b4
commit
c383e5c8ac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297601
@ -593,7 +593,9 @@ urtwn_attach(device_t self)
|
||||
if (urtwn_enable_11n) {
|
||||
device_printf(self, "enabling 11n\n");
|
||||
ic->ic_htcaps = IEEE80211_HTC_HT |
|
||||
#if 0
|
||||
IEEE80211_HTC_AMPDU |
|
||||
#endif
|
||||
IEEE80211_HTC_AMSDU |
|
||||
IEEE80211_HTCAP_MAXAMSDU_3839 |
|
||||
IEEE80211_HTCAP_SMPS_OFF;
|
||||
|
Loading…
Reference in New Issue
Block a user