summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416_attach.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
index 8312c45..10b68db 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
@@ -911,9 +911,9 @@ ar5416FillCapabilityInfo(struct ath_hal *ah)
else
pCap->halKeyCacheSize = AR5416_KEYTABLE_SIZE;
- /* XXX not needed */
- pCap->halChanHalfRate = AH_FALSE; /* XXX ? */
- pCap->halChanQuarterRate = AH_FALSE; /* XXX ? */
+ /* XXX Which chips? */
+ pCap->halChanHalfRate = AH_TRUE;
+ pCap->halChanQuarterRate = AH_TRUE;
pCap->halTstampPrecision = 32;
pCap->halHwPhyCounterSupport = AH_TRUE;
OpenPOWER on IntegriCloud