[ath_hal] add azimuth timestamp payload marking for AR9380 and later chips.

This commit is contained in:
Adrian Chadd 2016-06-01 15:56:07 +00:00
parent fb9af2ebe6
commit 83e80fe84a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301133

View file

@ -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);