mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
[ath_hal] add azimuth timestamp payload marking for AR9380 and later chips.
This commit is contained in:
parent
fb9af2ebe6
commit
83e80fe84a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301133
@ -614,6 +614,7 @@ ar9300_set_11n_tx_desc(
|
||||
(key_ix != HAL_TXKEYIX_INVALID ? SM(key_ix, AR_dest_idx) : 0)
|
||||
| SM(type, AR_frame_type)
|
||||
| (flags & HAL_TXDESC_NOACK ? AR_no_ack : 0)
|
||||
| (flags & HAL_TXDESC_HWTS ? AR_insert_ts : 0)
|
||||
| (flags & HAL_TXDESC_EXT_ONLY ? AR_ext_only : 0)
|
||||
| (flags & HAL_TXDESC_EXT_AND_CTL ? AR_ext_and_ctl : 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user