svn commit: r287909 - head/sys/dev/usb/wlan

Adrian Chadd adrian at FreeBSD.org
Thu Sep 17 07:04:16 UTC 2015


Author: adrian
Date: Thu Sep 17 07:04:15 2015
New Revision: 287909
URL: https://svnweb.freebsd.org/changeset/base/287909

Log:
  .. oops, flip on QoS.

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	Thu Sep 17 07:01:40 2015	(r287908)
+++ head/sys/dev/usb/wlan/if_rsu.c	Thu Sep 17 07:04:15 2015	(r287909)
@@ -2352,6 +2352,7 @@ rsu_load_firmware(struct rsu_softc *sc)
 	dmem->bw40_en = (ic->ic_htcaps & IEEE80211_HTCAP_CBW20_40) != 0;
 #endif
 	dmem->turbo_mode = 0;
+	dmem->qos_en = 1;
 	/* Load DMEM section. */
 	error = rsu_fw_loadsection(sc, (uint8_t *)dmem, sizeof(*dmem));
 	if (error != 0) {


More information about the svn-src-head mailing list