Author: adrian Date: Tue Feb 8 14:15:46 2011 New Revision: 218441 URL: http://svn.freebsd.org/changeset/base/218441
Log: I missed this commit - enable 4k transaction support for the ar5416+ar9160. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c Tue Feb 8 13:24:59 2011 (r218440) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c Tue Feb 8 14:15:46 2011 (r218441) @@ -811,6 +811,7 @@ ar5416FillCapabilityInfo(struct ath_hal 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); _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"