Lines Matching refs:rates
191 struct ieee80211_tx_rate *rates;
265 if (info->control.rates[0].flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE)
270 rates = info->control.rates;
280 /* Overwrite rates[0].count to make the retry calculation
284 if ((rates[0].flags & IEEE80211_TX_RC_USE_RTS_CTS) ||
285 (rates[0].count <= dev->wl->hw->conf.long_frame_max_tx_count)) {
286 rates[0].count = dev->wl->hw->conf.long_frame_max_tx_count;
289 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count;
293 if ((rates[0].flags & IEEE80211_TX_RC_USE_RTS_CTS) ||
294 (rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT)) {
307 if (rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT) {