Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dmac.h142 int ath11k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx,
Dmac.c381 int ath11k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx, in ath11k_mac_hw_ratecode_to_legacy_rate() argument
389 hw_rc &= ~ATH11k_HW_RATECODE_CCK_SHORT_PREAM_MASK; in ath11k_mac_hw_ratecode_to_legacy_rate()
395 if (hw_rc == ath11k_legacy_rates[i].hw_value) { in ath11k_mac_hw_ratecode_to_legacy_rate()