This was missing from the previous HAL commit - it fixes a typo and

introduces the PS-POLL hardware support.
This commit is contained in:
Adrian Chadd 2011-03-26 11:59:18 +00:00
parent a74f5bf40c
commit d2211b6a68

View File

@ -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;