svn commit: r269749 - head/sys/dev/ath/ath_hal

Adrian Chadd adrian at FreeBSD.org
Sat Aug 9 09:13:11 UTC 2014


Author: adrian
Date: Sat Aug  9 09:13:10 2014
New Revision: 269749
URL: http://svnweb.freebsd.org/changeset/base/269749

Log:
  Add two new debug mark entries for chip power configuration.

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

Modified: head/sys/dev/ath/ath_hal/ah_decode.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_decode.h	Sat Aug  9 09:12:25 2014	(r269748)
+++ head/sys/dev/ath/ath_hal/ah_decode.h	Sat Aug  9 09:13:10 2014	(r269749)
@@ -53,6 +53,8 @@ enum {
 	AH_MARK_ANI_POLL,		/* ar*AniReset, listen time */
 	AH_MARK_ANI_CONTROL,		/* ar*AniReset, cmd */
 	AH_MARK_RX_CTL,			/* RX DMA control */
+	AH_MARK_CHIP_POWER,		/* chip power control, mode */
+	AH_MARK_CHIP_POWER_DONE,	/* chip power control done, status */
 };
 
 enum {
@@ -61,6 +63,7 @@ enum {
 	AH_MARK_RX_CTL_DMA_START,
 	AH_MARK_RX_CTL_DMA_STOP,
 	AH_MARK_RX_CTL_DMA_STOP_ERR,
+	AH_MARK_RX_CTL_DMA_STOP_OK,
 };
 
 #endif /* _ATH_AH_DECODE_H_ */


More information about the svn-src-all mailing list