Searched refs:cur_rate (Results 1 – 1 of 1) sorted by relevance
3483 int new_rate, cur_rate = vap->iv_bss->ni_txrate; in iwm_rx_tx_cmd_single() local3504 rate_matched = (tx_resp_rate != 0 && tx_resp_rate == cur_rate); in iwm_rx_tx_cmd_single()3506 if (tx_resp_rate != 0 && cur_rate != 0 && !rate_matched) { in iwm_rx_tx_cmd_single()3509 "ni_txrate=%d)\n", tx_resp_rate, cur_rate); in iwm_rx_tx_cmd_single()3542 if (new_rate != 0 && new_rate != cur_rate) { in iwm_rx_tx_cmd_single()3576 if (new_rate != 0 && new_rate != cur_rate) { in iwm_rx_tx_cmd_single()