Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c73 static bool ath10k_mac_bitrate_is_cck(int bitrate) in ath10k_mac_bitrate_is_cck() function
89 (ath10k_mac_bitrate_is_cck(bitrate) ? BIT(7) : 0); in ath10k_mac_bitrate_to_rate()
6065 if (ath10k_mac_bitrate_is_cck(bitrate)) in ath10k_mac_bitrate_mask_get_single_rate()