Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c166 u8 hw_value_prefix = 0; in ath10k_mac_get_rate_hw_value() local
169 hw_value_prefix = WMI_RATE_PREAMBLE_CCK << 6; in ath10k_mac_get_rate_hw_value()
173 return hw_value_prefix | ath10k_rates[i].hw_value; in ath10k_mac_get_rate_hw_value()