Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dtx.c1579 bool ht_rate; in carl9170_tx_beacon_physet() local
1583 ht_rate = !!(txinfo->control.rates[0].flags & IEEE80211_TX_RC_MCS); in carl9170_tx_beacon_physet()
1593 if (ht_rate) { in carl9170_tx_beacon_physet()
1614 return ht_rate; in carl9170_tx_beacon_physet()
1624 bool ht_rate; in carl9170_update_beacon() local
1668 ht_rate = carl9170_tx_beacon_physet(ar, skb, &ht1, &plcp); in carl9170_update_beacon()
1672 if (ht_rate) in carl9170_update_beacon()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c4490 u8 ht_rate, nss = 0; in ath11k_mac_set_peer_ht_fixed_rate() local
4499 ht_rate = ffs(mask->control[band].ht_mcs[i]) - 1; in ath11k_mac_set_peer_ht_fixed_rate()
4517 rate_code = ATH11K_HW_RATE_CODE(ht_rate, nss - 1, in ath11k_mac_set_peer_ht_fixed_rate()