svn commit: r313307 - head/sys/dev/iwm

Adrian Chadd adrian at FreeBSD.org
Mon Feb 6 01:58:00 UTC 2017


Author: adrian
Date: Mon Feb  6 01:57:59 2017
New Revision: 313307
URL: https://svnweb.freebsd.org/changeset/base/313307

Log:
  [iwm] TODO for QOS support.

Modified:
  head/sys/dev/iwm/if_iwm_mac_ctxt.c

Modified: head/sys/dev/iwm/if_iwm_mac_ctxt.c
==============================================================================
--- head/sys/dev/iwm/if_iwm_mac_ctxt.c	Mon Feb  6 01:57:41 2017	(r313306)
+++ head/sys/dev/iwm/if_iwm_mac_ctxt.c	Mon Feb  6 01:57:59 2017	(r313307)
@@ -318,6 +318,11 @@ iwm_mvm_mac_ctxt_cmd_common(struct iwm_s
 	    = htole32((ic->ic_flags & IEEE80211_F_SHSLOT)
 	      ? IWM_MAC_FLG_SHORT_SLOT : 0);
 
+	/*
+	 * XXX TODO: if we're doing QOS..
+	 * cmd->qos_flags |= cpu_to_le32(MAC_QOS_FLG_UPDATE_EDCA)
+	 */
+
 	/* XXX TODO: set wme parameters; also handle getting updated wme parameters */
 	for (i = 0; i < IWM_AC_NUM+1; i++) {
 		int txf = i;


More information about the svn-src-head mailing list