Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/carl9170/
Dtx.c1578 bool ht_rate; in carl9170_tx_beacon_physet() local
1582 ht_rate = !!(txinfo->control.rates[0].flags & IEEE80211_TX_RC_MCS); in carl9170_tx_beacon_physet()
1592 if (ht_rate) { in carl9170_tx_beacon_physet()
1613 return ht_rate; in carl9170_tx_beacon_physet()
1623 bool ht_rate; in carl9170_update_beacon() local
1667 ht_rate = carl9170_tx_beacon_physet(ar, skb, &ht1, &plcp); in carl9170_update_beacon()
1671 if (ht_rate) in carl9170_update_beacon()
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dmac.c4493 u8 ht_rate, nss = 0; in ath11k_mac_set_peer_ht_fixed_rate() local
4502 ht_rate = ffs(mask->control[band].ht_mcs[i]) - 1; in ath11k_mac_set_peer_ht_fixed_rate()
4520 rate_code = ATH11K_HW_RATE_CODE(ht_rate, nss - 1, in ath11k_mac_set_peer_ht_fixed_rate()