Home
last modified time | relevance | path

Searched refs:HAL_RX_HT_SIG_INFO_INFO1_GI (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.h258 #define HAL_RX_HT_SIG_INFO_INFO1_GI BIT(7) macro
H A Dhal_rx.c982 ppdu_info->gi = info1 & HAL_RX_HT_SIG_INFO_INFO1_GI; in ath11k_hal_rx_parse_mon_status_tlv()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhal_rx.h303 #define HAL_RX_HT_SIG_INFO_INFO1_GI BIT(7) macro
H A Ddp_mon.c139 ppdu_info->gi = u32_get_bits(info1, HAL_RX_HT_SIG_INFO_INFO1_GI); in ath12k_dp_mon_parse_ht_sig()