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) {
_______________________________________________
[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