Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dbeacon.c73 struct ath_buf *bf, int rateidx) in ath9k_beacon_setup() argument
84 rate = sband->bitrates[rateidx].hw_value; in ath9k_beacon_setup()
86 rate |= sband->bitrates[rateidx].hw_value_short; in ath9k_beacon_setup()
Dxmit.c1100 u8 rateidx, bool is_40, bool is_cck) in ath_get_rate_txpower() argument
1150 max_power = min_t(u8, ah->tx_power[rateidx], txpower); in ath_get_rate_txpower()
1159 if (rateidx < 8 && (info->flags & IEEE80211_TX_CTL_STBC)) in ath_get_rate_txpower()
1160 max_power = min_t(u8, ah->tx_power_stbc[rateidx], in ath_get_rate_txpower()
1163 max_power = min_t(u8, ah->tx_power[rateidx], in ath_get_rate_txpower()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_ap.c1205 static int ap_tx_rate_ok(int rateidx, struct sta_info *sta, in ap_tx_rate_ok() argument
1208 if (rateidx > sta->tx_max_rate || in ap_tx_rate_ok()
1209 !(sta->tx_supp_rates & (1 << rateidx))) in ap_tx_rate_ok()
1213 !(local->tx_rate_control & (1 << rateidx))) in ap_tx_rate_ok()