mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
I missed this commit - enable 4k transaction support for the ar5416+ar9160.
This commit is contained in:
parent
73dd6d1f8f
commit
bd7ea37bac
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue