svn commit: r302463 - head/sys/dev/ath/ath_hal
Adrian Chadd
adrian at FreeBSD.org
Fri Jul 8 21:37:05 UTC 2016
Author: adrian
Date: Fri Jul 8 21:37:04 2016
New Revision: 302463
URL: https://svnweb.freebsd.org/changeset/base/302463
Log:
[ath_hal] add capability bit for querying/controlling the ToA/ToD positioning code.
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 Fri Jul 8 21:35:44 2016 (r302462)
+++ head/sys/dev/ath/ath_hal/ah.h Fri Jul 8 21:37:04 2016 (r302463)
@@ -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;
More information about the svn-src-all
mailing list