summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-02-08 14:15:46 +0000
committeradrian <adrian@FreeBSD.org>2011-02-08 14:15:46 +0000
commit951fbe8cc6800ff977d79ab82e1f570fab3634d4 (patch)
tree1febd18e34dfd9d56591dfe09d5ac820cdf0abb6
parent4cecfec664c9451137c592bb8d43ed0ea071b329 (diff)
downloadFreeBSD-src-951fbe8cc6800ff977d79ab82e1f570fab3634d4.zip
FreeBSD-src-951fbe8cc6800ff977d79ab82e1f570fab3634d4.tar.gz
I missed this commit - enable 4k transaction support for the ar5416+ar9160.
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416_attach.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
index 4977462..78f2ecd 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
@@ -811,6 +811,7 @@ ar5416FillCapabilityInfo(struct ath_hal *ah)
pCap->halWowMatchPatternExact = AH_FALSE;
pCap->halBtCoexSupport = AH_FALSE; /* XXX need support */
pCap->halAutoSleepSupport = AH_FALSE;
+ pCap->hal4kbSplitTransSupport = AH_TRUE;
#if 0 /* XXX not yet */
pCap->halNumAntCfg2GHz = ar5416GetNumAntConfig(ahp, HAL_FREQ_BAND_2GHZ);
pCap->halNumAntCfg5GHz = ar5416GetNumAntConfig(ahp, HAL_FREQ_BAND_5GHZ);
OpenPOWER on IntegriCloud