PERFORCE change 65078 for review

Sam Leffler sam at FreeBSD.org
Sat Nov 13 22:11:37 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=65078

Change 65078 by sam at sam_ebb on 2004/11/14 06:11:05

	force default tx q parameters to be used (until we bring in wme support)

Affected files ...

.. //depot/projects/wifi/sys/dev/ath/if_ath.c#21 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ath/if_ath.c#21 (text+ko) ====

@@ -2549,6 +2549,9 @@
 	}
 	memset(&qi, 0, sizeof(qi));
 	qi.tqi_subtype = haltype;
+	qi.tqi_aifs = HAL_TXQ_USEDEFAULT;
+	qi.tqi_cwmin = HAL_TXQ_USEDEFAULT;
+	qi.tqi_cwmax = HAL_TXQ_USEDEFAULT;
 	/*
 	 * Enable interrupts only for EOL and DESC conditions.
 	 * We mark tx descriptors to receive a DESC interrupt


More information about the p4-projects mailing list