Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Mar 2011 11:59:18 +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: r220034 - head/sys/dev/ath/ath_hal
Message-ID:  <201103261159.p2QBxIgS021139@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Mar 26 11:59:18 2011
New Revision: 220034
URL: http://svn.freebsd.org/changeset/base/220034

Log:
  This was missing from the previous HAL commit - it fixes a typo and
  introduces the PS-POLL hardware support.

Modified:
  head/sys/dev/ath/ath_hal/ah_internal.h

Modified: head/sys/dev/ath/ath_hal/ah_internal.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_internal.h	Sat Mar 26 11:58:29 2011	(r220033)
+++ head/sys/dev/ath/ath_hal/ah_internal.h	Sat Mar 26 11:59:18 2011	(r220034)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103261159.p2QBxIgS021139>