diff options
author | adrian <adrian@FreeBSD.org> | 2011-07-31 05:01:42 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-07-31 05:01:42 +0000 |
commit | 4695b6001fd5d50370aa19f46395c8ddd331eec3 (patch) | |
tree | 58a9e64c7897d619db6964e305e24d8fcb0aec1f /sys/dev | |
parent | 980a9b7d5a060a2004caf1d6bde1d60826571c24 (diff) | |
download | FreeBSD-src-4695b6001fd5d50370aa19f46395c8ddd331eec3.zip FreeBSD-src-4695b6001fd5d50370aa19f46395c8ddd331eec3.tar.gz |
Add extra flags for the radar event API.
(They're not used by any public code at the current time.)
Approved by: re (kib)
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ath/ath_hal/ah.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h index cbf9d16..711ef4a 100644 --- a/sys/dev/ath/ath_hal/ah.h +++ b/sys/dev/ath/ath_hal/ah.h @@ -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 */ |