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;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to