Home
last modified time | relevance | path

Searched refs:cur_rate (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/iwm/
HDif_iwm.c3483 int new_rate, cur_rate = vap->iv_bss->ni_txrate; in iwm_rx_tx_cmd_single() local
3504 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()