mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
[ath_hal] add capability bit for querying/controlling the ToA/ToD positioning code.
This commit is contained in:
parent
5f01bf5405
commit
23c4e11be6
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue