Date: Tue, 8 Feb 2011 14:15:46 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r218441 - head/sys/dev/ath/ath_hal/ar5416 Message-ID: <201102081415.p18EFkZN049474@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102081415.p18EFkZN049474>