Lines Matching defs:hwrate
230 const struct rt2x00_rate *hwrate)
256 txdesc->u.plcp.signal = hwrate->plcp;
259 if (hwrate->flags & DEV_RATE_OFDM) {
266 residual = GET_DURATION_RES(data_length, hwrate->bitrate);
267 duration = GET_DURATION(data_length, hwrate->bitrate);
275 if (hwrate->bitrate == 110 && residual <= 30)
295 const struct rt2x00_rate *hwrate)
324 txdesc->u.ht.mcs = rt2x00_get_rate_mcs(hwrate->mcs);
393 const struct rt2x00_rate *hwrate = NULL;
467 hwrate = rt2x00_get_rate(rate->hw_value);
468 if (hwrate->flags & DEV_RATE_OFDM)
482 sta, hwrate);
485 hwrate);