summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-07-02 06:06:27 +0000
committeradrian <adrian@FreeBSD.org>2012-07-02 06:06:27 +0000
commitdfec3def9af701835f74960603b73648f17527af (patch)
treeaceaa0becd3ada78fa22fe220a2db423aeff2449
parent614d3d6a0e520aaa7d1c6f2194ecb3837696ed2a (diff)
downloadFreeBSD-src-dfec3def9af701835f74960603b73648f17527af.zip
FreeBSD-src-dfec3def9af701835f74960603b73648f17527af.tar.gz
Fix another typo.
-rw-r--r--sys/dev/ath/ath_hal/ah.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h
index 0e1a14c..cd63c02 100644
--- a/sys/dev/ath/ath_hal/ah.h
+++ b/sys/dev/ath/ath_hal/ah.h
@@ -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 */
OpenPOWER on IntegriCloud