From bd7ea37bac8640ddbf185e91b0469b91dde35d0a Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Tue, 8 Feb 2011 14:15:46 +0000 Subject: [PATCH] I missed this commit - enable 4k transaction support for the ar5416+ar9160. --- sys/dev/ath/ath_hal/ar5416/ar5416_attach.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c index 4977462ad83..78f2ecd2063 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);