Lines Matching defs:rate
374 u8 rate = 0;377 if ((sta->supported_rates[i] & 0x7f) > rate)378 rate = sta->supported_rates[i] & 0x7f;380 return rate;