Lines Matching refs:hwrate
238 const struct rt2x00_rate *hwrate) in rt2x00queue_create_tx_descriptor_plcp() argument
264 txdesc->u.plcp.signal = hwrate->plcp; in rt2x00queue_create_tx_descriptor_plcp()
267 if (hwrate->flags & DEV_RATE_OFDM) { in rt2x00queue_create_tx_descriptor_plcp()
274 residual = GET_DURATION_RES(data_length, hwrate->bitrate); in rt2x00queue_create_tx_descriptor_plcp()
275 duration = GET_DURATION(data_length, hwrate->bitrate); in rt2x00queue_create_tx_descriptor_plcp()
283 if (hwrate->bitrate == 110 && residual <= 30) in rt2x00queue_create_tx_descriptor_plcp()
303 const struct rt2x00_rate *hwrate) in rt2x00queue_create_tx_descriptor_ht() argument
333 txdesc->u.ht.mcs = rt2x00_get_rate_mcs(hwrate->mcs); in rt2x00queue_create_tx_descriptor_ht()
401 const struct rt2x00_rate *hwrate = NULL; in rt2x00queue_create_tx_descriptor() local
474 hwrate = rt2x00_get_rate(rate->hw_value); in rt2x00queue_create_tx_descriptor()
475 if (hwrate->flags & DEV_RATE_OFDM) in rt2x00queue_create_tx_descriptor()
489 sta, hwrate); in rt2x00queue_create_tx_descriptor()
492 hwrate); in rt2x00queue_create_tx_descriptor()