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