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