Author: adrian
Date: Wed Apr  6 00:52:30 2016
New Revision: 297601
URL: https://svnweb.freebsd.org/changeset/base/297601

Log:
  [urtwn] disable doing AMPDU TX.
  
  We don't do AMPDU TX for now, so don't bother setting this.

Modified:
  head/sys/dev/urtwn/if_urtwn.c

Modified: head/sys/dev/urtwn/if_urtwn.c
==============================================================================
--- head/sys/dev/urtwn/if_urtwn.c       Wed Apr  6 00:41:06 2016        
(r297600)
+++ head/sys/dev/urtwn/if_urtwn.c       Wed Apr  6 00:52:30 2016        
(r297601)
@@ -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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to