aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2016-07-08 21:37:04 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2016-07-08 21:37:04 +0000
commit23c4e11be650ca20cee9d5b0172b6ea022a19d7b (patch)
treed6c9482651ad608a8b403ab60591e0bab901bf6e /sys/dev/ath
parent5f01bf54056a478a2506a1378273f4dba71b544f (diff)
downloadsrc-23c4e11be650ca20cee9d5b0172b6ea022a19d7b.tar.gz
src-23c4e11be650ca20cee9d5b0172b6ea022a19d7b.zip
[ath_hal] add capability bit for querying/controlling the ToA/ToD positioning code.
Notes
Notes: svn path=/head/; revision=302463
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/ath_hal/ah.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ah.h b/sys/dev/ath/ath_hal/ah.h
index da61c31c3734..ab907658f1ed 100644
--- a/sys/dev/ath/ath_hal/ah.h
+++ b/sys/dev/ath/ath_hal/ah.h
@@ -199,6 +199,7 @@ typedef enum {
HAL_CAP_ENFORCE_TXOP = 246, /* Enforce TXOP if supported */
HAL_CAP_RX_LNA_MIXING = 247, /* RX hardware uses LNA mixing */
HAL_CAP_DO_MYBEACON = 248, /* Supports HAL_RX_FILTER_MYBEACON */
+ HAL_CAP_TOA_LOCATIONING = 249, /* time of flight / arrival locationing */
HAL_CAP_TXTSTAMP_PREC = 250, /* tx desc tstamp precision (bits) */
} HAL_CAPABILITY_TYPE;