Searched refs:ATH11K_HW_RATE_CODE (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 3234 rate = ATH11K_HW_RATE_CODE(hw_value, 0, preamble); in ath11k_mac_get_rate_hw_value() 3728 rate = ATH11K_HW_RATE_CODE(hw_value, 0, preamble); in ath11k_mac_op_bss_info_changed() 4517 rate_code = ATH11K_HW_RATE_CODE(vht_rate, nss - 1, in ath11k_mac_set_peer_vht_fixed_rate() 4567 rate_code = ATH11K_HW_RATE_CODE(he_rate, nss - 1, in ath11k_mac_set_peer_he_fixed_rate() 4616 rate_code = ATH11K_HW_RATE_CODE(ht_rate, nss - 1, in ath11k_mac_set_peer_ht_fixed_rate() 8326 *rate = ATH11K_HW_RATE_CODE(hw_rate, 0, preamble); in ath11k_mac_get_single_legacy_rate()
|
H A D | wmi.h | 5187 #define ATH11K_HW_RATE_CODE(rate, nss, preamble) \ macro
|