Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c524 static bool ath11k_mac_bitrate_is_cck(int bitrate) in ath11k_mac_bitrate_is_cck() function
546 if (ath11k_mac_bitrate_is_cck(rate->bitrate) != cck) in ath11k_mac_hw_rate_to_idx()
562 (ath11k_mac_bitrate_is_cck(bitrate) ? BIT(7) : 0); in ath11k_mac_bitrate_to_rate()
3139 if (ath11k_mac_bitrate_is_cck(bitrate)) in ath11k_mac_get_rate_hw_value()
3627 if (ath11k_mac_bitrate_is_cck(bitrate)) in ath11k_mac_op_bss_info_changed()
7996 if (ath11k_mac_bitrate_is_cck(bitrate)) in ath11k_mac_get_single_legacy_rate()