Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dmac.c96 static bool ath10k_mac_bitrate_is_cck(int bitrate) in ath10k_mac_bitrate_is_cck() function
112 (ath10k_mac_bitrate_is_cck(bitrate) ? BIT(7) : 0); in ath10k_mac_bitrate_to_rate()
124 if (ath10k_mac_bitrate_is_cck(rate->bitrate) != cck) in ath10k_mac_hw_rate_to_idx()
154 if (ath10k_mac_bitrate_is_cck(bitrate)) in ath10k_mac_get_rate_hw_value()
5847 if (ath10k_mac_bitrate_is_cck(bitrate)) in ath10k_bss_info_changed()
7293 if (ath10k_mac_bitrate_is_cck(bitrate)) in ath10k_mac_bitrate_mask_get_single_rate()