[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
@ -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