Searched refs:tx_resp_rate (Results 1 – 1 of 1) sorted by relevance
3450 uint8_t tx_resp_rate; in iwm_rx_tx_cmd_single() local3467 tx_resp_rate = iwm_rate_from_ucode_rate(le32toh(tx_resp->initial_rate)); in iwm_rx_tx_cmd_single()3470 rate_matched = (tx_resp_rate != 0 && tx_resp_rate == cur_rate); in iwm_rx_tx_cmd_single()3472 if (tx_resp_rate != 0 && cur_rate != 0 && !rate_matched) { in iwm_rx_tx_cmd_single()3475 "ni_txrate=%d)\n", tx_resp_rate, cur_rate); in iwm_rx_tx_cmd_single()