Date: Sat, 28 Jul 2012 07:25:00 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r238857 - head/sys/dev/ath/ath_hal Message-ID: <201207280725.q6S7P0Ku097047@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207280725.q6S7P0Ku097047>