Searched refs:hw_rc (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.h | 143 int ath11k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx,
|
| H A D | mac.c | 383 int ath11k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx, in ath11k_mac_hw_ratecode_to_legacy_rate() argument 391 hw_rc &= ~ATH11k_HW_RATECODE_CCK_SHORT_PREAM_MASK; in ath11k_mac_hw_ratecode_to_legacy_rate() 397 if (hw_rc == ath11k_legacy_rates[i].hw_value) { in ath11k_mac_hw_ratecode_to_legacy_rate()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.h | 157 int ath12k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx,
|
| H A D | mac.c | 469 int ath12k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx, in ath12k_mac_hw_ratecode_to_legacy_rate() argument 477 hw_rc &= ~ATH12K_HW_RATECODE_CCK_SHORT_PREAM_MASK; in ath12k_mac_hw_ratecode_to_legacy_rate() 483 if (hw_rc == ath12k_legacy_rates[i].hw_value) { in ath12k_mac_hw_ratecode_to_legacy_rate()
|