Lines Matching refs:hwrate
237 const struct rt2x00_rate *hwrate) in rt2x00queue_create_tx_descriptor_plcp() argument
263 txdesc->u.plcp.signal = hwrate->plcp; in rt2x00queue_create_tx_descriptor_plcp()
266 if (hwrate->flags & DEV_RATE_OFDM) { in rt2x00queue_create_tx_descriptor_plcp()
273 residual = GET_DURATION_RES(data_length, hwrate->bitrate); in rt2x00queue_create_tx_descriptor_plcp()
274 duration = GET_DURATION(data_length, hwrate->bitrate); in rt2x00queue_create_tx_descriptor_plcp()
282 if (hwrate->bitrate == 110 && residual <= 30) in rt2x00queue_create_tx_descriptor_plcp()
302 const struct rt2x00_rate *hwrate) in rt2x00queue_create_tx_descriptor_ht() argument
331 txdesc->u.ht.mcs = rt2x00_get_rate_mcs(hwrate->mcs); in rt2x00queue_create_tx_descriptor_ht()
400 const struct rt2x00_rate *hwrate = NULL; in rt2x00queue_create_tx_descriptor() local
473 hwrate = rt2x00_get_rate(rate->hw_value); in rt2x00queue_create_tx_descriptor()
474 if (hwrate->flags & DEV_RATE_OFDM) in rt2x00queue_create_tx_descriptor()
488 sta, hwrate); in rt2x00queue_create_tx_descriptor()
491 hwrate); in rt2x00queue_create_tx_descriptor()