Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_ap.h71 u8 tx_max_rate; /* max TX rate (WLAN_RATE_*) */ member
Dhostap_ap.c1147 if (rateidx > sta->tx_max_rate || in ap_tx_rate_ok()
1174 sta->tx_max_rate = sta->tx_rate = sta->tx_rate_idx = 0; in prism2_check_tx_rates()
1176 sta->tx_max_rate = 0; in prism2_check_tx_rates()
1183 sta->tx_max_rate = 1; in prism2_check_tx_rates()
1190 sta->tx_max_rate = 2; in prism2_check_tx_rates()
1197 sta->tx_max_rate = 3; in prism2_check_tx_rates()
2651 sta->tx_rate_idx < sta->tx_max_rate) { in ap_update_sta_tx_rate()
2655 while (new_rate < sta->tx_max_rate) { in ap_update_sta_tx_rate()
3156 sta->tx_max_rate = sta->tx_rate_idx = 3; in hostap_add_sta()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dphy_lp.c110 lpphy->tx_max_rate[i] = in lpphy_read_band_sprom()
116 lpphy->tx_max_rate[i] = in lpphy_read_band_sprom()
123 lpphy->tx_max_rate[i] = maxpwr; in lpphy_read_band_sprom()
125 lpphy->tx_max_rate[i] = maxpwr - opo; in lpphy_read_band_sprom()
156 lpphy->tx_max_rate[i] = maxpwr - (ofdmpo & 0xF) * 2; in lpphy_read_band_sprom()
Dphy_lp.h845 u16 tx_max_rate[15]; member
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dwmi.h6189 __le32 tx_max_rate; /* Max Tx data rate */ member
6196 u32 tx_max_rate; member
Dwmi-tlv.c2377 vht_rate->tx_max_rate = __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
Dwmi.c7300 cmd->peer_vht_rates.tx_max_rate = in ath10k_wmi_peer_assoc_fill()
7301 __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_peer_assoc_fill()
Dmac.c2528 arg->peer_vht_rates.tx_max_rate = in ath10k_peer_assoc_h_vht()