summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ah_internal.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-03-26 11:59:18 +0000
committeradrian <adrian@FreeBSD.org>2011-03-26 11:59:18 +0000
commitb9966c9f484215f741efbfcec3e447da405797e0 (patch)
tree4bd4a5ba4c2bb8b46243a7eb0e8ea2f2acdda338 /sys/dev/ath/ath_hal/ah_internal.h
parent030940dad5fb59c9292640f0a1d630342896dc8d (diff)
downloadFreeBSD-src-b9966c9f484215f741efbfcec3e447da405797e0.zip
FreeBSD-src-b9966c9f484215f741efbfcec3e447da405797e0.tar.gz
This was missing from the previous HAL commit - it fixes a typo and
introduces the PS-POLL hardware support.
Diffstat (limited to 'sys/dev/ath/ath_hal/ah_internal.h')
-rw-r--r--sys/dev/ath/ath_hal/ah_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ah_internal.h b/sys/dev/ath/ath_hal/ah_internal.h
index 8aabe1e..b5248c6 100644
--- a/sys/dev/ath/ath_hal/ah_internal.h
+++ b/sys/dev/ath/ath_hal/ah_internal.h
@@ -196,7 +196,8 @@ typedef struct {
halEnhancedPmSupport : 1,
halMbssidAggrSupport : 1,
halBssidMatchSupport : 1,
- hal4kbSplitTransSupport : 1;
+ hal4kbSplitTransSupport : 1,
+ halHasPsPollSupport : 1;
uint32_t halWirelessModes;
uint16_t halTotalQueues;
uint16_t halKeyCacheSize;
OpenPOWER on IntegriCloud