svn commit: r238857 - head/sys/dev/ath/ath_hal

Adrian Chadd adrian at FreeBSD.org
Sat Jul 28 07:25:01 UTC 2012


Author: adrian
Date: Sat Jul 28 07:25:00 2012
New Revision: 238857
URL: http://svn.freebsd.org/changeset/base/238857

Log:
  Commit missing #define from a previous check-in.
  
  The AR9300 and later have an 8-deep TX FIFO for each hardware queue.

Modified:
  head/sys/dev/ath/ath_hal/ah.h

Modified: head/sys/dev/ath/ath_hal/ah.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah.h	Sat Jul 28 06:38:44 2012	(r238856)
+++ head/sys/dev/ath/ath_hal/ah.h	Sat Jul 28 07:25:00 2012	(r238857)
@@ -220,6 +220,8 @@ typedef enum {
 
 #define	HAL_NUM_RX_QUEUES	2		/* max possible # of queues */
 
+#define	HAL_TXFIFO_DEPTH	8		/* transmit fifo depth */
+
 /*
  * Transmit queue subtype.  These map directly to
  * WME Access Categories (except for UPSD).  Refer


More information about the svn-src-all mailing list