diff options
author | adrian <adrian@FreeBSD.org> | 2012-07-02 06:06:27 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-07-02 06:06:27 +0000 |
commit | dfec3def9af701835f74960603b73648f17527af (patch) | |
tree | aceaa0becd3ada78fa22fe220a2db423aeff2449 | |
parent | 614d3d6a0e520aaa7d1c6f2194ecb3837696ed2a (diff) | |
download | FreeBSD-src-dfec3def9af701835f74960603b73648f17527af.zip FreeBSD-src-dfec3def9af701835f74960603b73648f17527af.tar.gz |
Fix another typo.
-rw-r--r-- | sys/dev/ath/ath_hal/ah.h | 2 |
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 */ |