Home
last modified time | relevance | path

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

/drivers/net/wireless/cw1200/
Dwsm.c359 struct wsm_tx_confirm tx_confirm; in wsm_tx_confirm() local
361 tx_confirm.packet_id = WSM_GET32(buf); in wsm_tx_confirm()
362 tx_confirm.status = WSM_GET32(buf); in wsm_tx_confirm()
363 tx_confirm.tx_rate = WSM_GET8(buf); in wsm_tx_confirm()
364 tx_confirm.ack_failures = WSM_GET8(buf); in wsm_tx_confirm()
365 tx_confirm.flags = WSM_GET16(buf); in wsm_tx_confirm()
366 tx_confirm.media_delay = WSM_GET32(buf); in wsm_tx_confirm()
367 tx_confirm.tx_queue_delay = WSM_GET32(buf); in wsm_tx_confirm()
369 cw1200_tx_confirm_cb(priv, link_id, &tx_confirm); in wsm_tx_confirm()