Lines Matching defs:rate
451 * Adjust led blink rate to compensate on a MAC Clock difference on every HW
452 * Led blink rate analysis showed an average deviation of 0% on 3945,
1927 u16 rate;
1991 rate = (il->band == NL80211_BAND_5GHZ) ? RATE_6M_PLCP : RATE_1M_PLCP;
1993 station->sta.rate_n_flags = cpu_to_le16(rate | RATE_MCS_ANT_AB_MSK);
2361 * It sometimes happens when a HT rate has been in use and we
3399 /* Highest supported Rx data rate */
3826 * Assign the lowest rate -- should really get this from
4062 struct ieee80211_rate *rate;
4067 IL_ERR("Failed to set rate: unable to get hw mode\n");
4074 rate = &(hw->bitrates[i]);
4075 if (rate->hw_value < RATE_COUNT_LEGACY)
4076 il->active_rate |= (1 << rate->hw_value);
5120 /* The list of supported rates and rate mask can be different
5122 * the rate mask to what mac80211 lists */