svn commit: r330161 - stable/11/sys/dev/iwm

Eitan Adler eadler at FreeBSD.org
Thu Mar 1 05:08:27 UTC 2018


Author: eadler
Date: Thu Mar  1 05:08:27 2018
New Revision: 330161
URL: https://svnweb.freebsd.org/changeset/base/330161

Log:
  MFC r313307:
  
  [iwm] TODO for QOS support.

Modified:
  stable/11/sys/dev/iwm/if_iwm_mac_ctxt.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/iwm/if_iwm_mac_ctxt.c
==============================================================================
--- stable/11/sys/dev/iwm/if_iwm_mac_ctxt.c	Thu Mar  1 05:06:16 2018	(r330160)
+++ stable/11/sys/dev/iwm/if_iwm_mac_ctxt.c	Thu Mar  1 05:08:27 2018	(r330161)
@@ -318,6 +318,11 @@ iwm_mvm_mac_ctxt_cmd_common(struct iwm_softc *sc, stru
 	    = 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-all mailing list