Date: Thu, 17 Sep 2015 07:04:16 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287909 - head/sys/dev/usb/wlan Message-ID: <201509170704.t8H74GDW045300@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509170704.t8H74GDW045300>