Searched refs:hw_rate (Results 1 – 4 of 4) sorted by relevance
172 RTL818X_TX_DESC_FLAG_LS | (priv->hw_rate << 24) | len; in rtl818x_tx()569 int hw_rate; in rtl818x_config() local570 for (hw_rate = 0; hw_rate < RTL818X_NR_RATES && in rtl818x_config()571 rtl818x_rates[hw_rate] != dev->rates[dev->rate]; in rtl818x_config()572 hw_rate++) in rtl818x_config()574 if (hw_rate >= RTL818X_NR_RATES) in rtl818x_config()577 priv->hw_rate = hw_rate; in rtl818x_config()580 for (hw_rate = 0; hw_rate < RTL818X_NR_RATES && in rtl818x_config()581 rtl818x_rates[hw_rate] != in rtl818x_config()583 hw_rate++) in rtl818x_config()[all …]
283 int hw_rate; member
136 int hw_rate; /* Hardware tx rate code */ member
885 sc->hw_rate, ATH5K_RETRIES, in ath5k_txbuf_setup()1639 sc->hw_rate = ath5k_rates[i].hw_code; in ath5k_config()