Searched refs:rate_max_phy (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Drc.c634 if (rate > ath_rc_priv->rate_max_phy)
668 if (rate >= ath_rc_priv->rate_max_phy) {
669 rate = ath_rc_priv->rate_max_phy;
980 ath_rc_priv->rate_max_phy =
1011 if (tx_rate == ath_rc_priv->rate_max_phy &&
1053 rate_table->info[ath_rc_priv->rate_max_phy].ratekbps) {
1055 (u8)tx_rate, &ath_rc_priv->rate_max_phy);
1268 ath_rc_priv->rate_max_phy = 0;
1281 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_phy_rateidx[i][j-1];
1288 ath_rc_priv->rate_max_phy
[all...]
H A Drc.h187 * @rate_max_phy: phy index for the max rate
204 u8 rate_max_phy; member in struct:ath_rate_priv
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Drc.c634 if (rate > ath_rc_priv->rate_max_phy)
668 if (rate >= ath_rc_priv->rate_max_phy) {
669 rate = ath_rc_priv->rate_max_phy;
980 ath_rc_priv->rate_max_phy =
1011 if (tx_rate == ath_rc_priv->rate_max_phy &&
1053 rate_table->info[ath_rc_priv->rate_max_phy].ratekbps) {
1055 (u8)tx_rate, &ath_rc_priv->rate_max_phy);
1268 ath_rc_priv->rate_max_phy = 0;
1281 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_phy_rateidx[i][j-1];
1288 ath_rc_priv->rate_max_phy
[all...]
H A Drc.h187 * @rate_max_phy: phy index for the max rate
204 u8 rate_max_phy; member in struct:ath_rate_priv

Completed in 112 milliseconds