Searched refs:ATH12K_HW_RATE_CODE (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ ! |
| H A D | mac.c | 4018 rate = ATH12K_HW_RATE_CODE(hw_value, 0, preamble); in ath12k_mac_get_rate_hw_value() 4927 rate = ATH12K_HW_RATE_CODE(hw_value, 0, preamble); in ath12k_mac_bss_info_changed() 6305 rate_code = ATH12K_HW_RATE_CODE(vht_rate, nss - 1, in ath12k_mac_set_peer_vht_fixed_rate() 6358 rate_code = ATH12K_HW_RATE_CODE(he_rate, nss - 1, in ath12k_mac_set_peer_he_fixed_rate() 6417 rate_code = ATH12K_HW_RATE_CODE(eht_rate, nss - 1, in ath12k_mac_set_peer_eht_fixed_rate() 12610 *rate = ATH12K_HW_RATE_CODE(hw_rate, 0, preamble); in ath12k_mac_get_single_legacy_rate()
|
| H A D | wmi.h | 4797 #define ATH12K_HW_RATE_CODE(rate, nss, preamble) \ macro
|