Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2012 06:06:27 +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: r237956 - head/sys/dev/ath/ath_hal
Message-ID:  <201207020606.q6266RU6048383@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Jul  2 06:06:27 2012
New Revision: 237956
URL: http://svn.freebsd.org/changeset/base/237956

Log:
  Fix another typo.

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	Mon Jul  2 06:05:25 2012	(r237955)
+++ head/sys/dev/ath/ath_hal/ah.h	Mon Jul  2 06:06:27 2012	(r237956)
@@ -150,7 +150,7 @@ typedef enum {
 
 	HAL_CAP_ENHANCED_DMA_SUPPORT	= 75,	/* DMA FIFO support */
 
-	HAL_CAP_RX_BUFSIZE	= 81,
+	HAL_CAP_RXBUFSIZE	= 81,
 	HAL_CAP_NUM_MR_ENTRIES	= 82,
 	HAL_CAP_OL_PWRCTRL	= 84,	/* Open loop TX power control */
 



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