Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c164 u8 hw_value_prefix = 0; in ath10k_mac_get_rate_hw_value() local
167 hw_value_prefix = WMI_RATE_PREAMBLE_CCK << 6; in ath10k_mac_get_rate_hw_value()
171 return hw_value_prefix | ath10k_rates[i].hw_value; in ath10k_mac_get_rate_hw_value()