Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 2004 06:11:36 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 65078 for review
Message-ID:  <200411140611.iAE6Ba0t058189@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=65078

Change 65078 by sam@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411140611.iAE6Ba0t058189>