Author: adrian
Date: Wed Apr  6 00:41:06 2016
New Revision: 297600
URL: https://svnweb.freebsd.org/changeset/base/297600

Log:
  [rsu] We don't do A-MPDU transmit right now, so don't bother registering
  for it.

Modified:
  head/sys/dev/usb/wlan/if_rsu.c

Modified: head/sys/dev/usb/wlan/if_rsu.c
==============================================================================
--- head/sys/dev/usb/wlan/if_rsu.c      Wed Apr  6 00:01:03 2016        
(r297599)
+++ head/sys/dev/usb/wlan/if_rsu.c      Wed Apr  6 00:41:06 2016        
(r297600)
@@ -521,7 +521,9 @@ rsu_attach(device_t self)
 
                /* Enable basic HT */
                ic->ic_htcaps = IEEE80211_HTC_HT |
+#if 0
                    IEEE80211_HTC_AMPDU |
+#endif
                    IEEE80211_HTC_AMSDU |
                    IEEE80211_HTCAP_MAXAMSDU_3839 |
                    IEEE80211_HTCAP_SMPS_OFF;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to