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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Drc80211_pid_algo.c268 int rateidx; local
281 rateidx = spinfo->txrate_idx;
283 if (rateidx >= sband->n_bitrates)
284 rateidx = sband->n_bitrates - 1;
286 info->control.rates[0].idx = rateidx;
290 rateidx, sband->bitrates[rateidx].bitrate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c64 struct ath_buf *bf, int rateidx)
82 rate = sband->bitrates[rateidx].hw_value;
84 rate |= sband->bitrates[rateidx].hw_value_short;
63 ath_beacon_setup(struct ath_softc *sc, struct ath_vif *avp, struct ath_buf *bf, int rateidx) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_ap.c1137 static int ap_tx_rate_ok(int rateidx, struct sta_info *sta, argument
1140 if (rateidx > sta->tx_max_rate ||
1141 !(sta->tx_supp_rates & (1 << rateidx)))
1145 !(local->tx_rate_control & (1 << rateidx)))

Completed in 167 milliseconds