Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2011 05:01:42 +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: r224539 - head/sys/dev/ath/ath_hal
Message-ID:  <201107310501.p6V51gjG030303@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sun Jul 31 05:01:42 2011
New Revision: 224539
URL: http://svn.freebsd.org/changeset/base/224539

Log:
  Add extra flags for the radar event API.
  (They're not used by any public code at the current time.)
  
  Approved by:	re (kib)

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

Modified: head/sys/dev/ath/ath_hal/ah.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah.h	Sun Jul 31 03:33:02 2011	(r224538)
+++ head/sys/dev/ath/ath_hal/ah.h	Sun Jul 31 05:01:42 2011	(r224539)
@@ -747,6 +747,9 @@ typedef enum {
 } HAL_QUIET_FLAG;
 
 #define	HAL_DFS_EVENT_PRICH		0x0000001
+#define	HAL_DFS_EVENT_EXTCH		0x0000002
+#define	HAL_DFS_EVENT_EXTEARLY		0x0000004
+#define	HAL_DFS_EVENT_ISDC		0x0000008
 
 struct dfs_event {
 	uint64_t	re_full_ts;	/* 64-bit full timestamp from interrupt time */



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