Searched refs:rxed_rate (Results 1 – 2 of 2) sorted by relevance
59 if (arg->rxed_rate >= 14) { in wfx_rx_cb()61 hdr->rate_idx = arg->rxed_rate - 14; in wfx_rx_cb()62 } else if (arg->rxed_rate >= 4) { in wfx_rx_cb()63 hdr->rate_idx = arg->rxed_rate - 2; in wfx_rx_cb()65 hdr->rate_idx = arg->rxed_rate; in wfx_rx_cb()
247 u8 rxed_rate; member