Date: Sat, 9 Aug 2014 09:13:11 +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: r269749 - head/sys/dev/ath/ath_hal Message-ID: <53e5e627.2f00.49c04cdf@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e5e627.2f00.49c04cdf>