Searched defs:ath_tx_status (Results 1 – 1 of 1) sorted by relevance
34 struct ath_tx_status { struct35 uint16_t ts_seqnum; /* h/w assigned sequence number */36 uint16_t ts_tstamp; /* h/w assigned timestamp */37 uint8_t ts_status; /* frame status, 0 => xmit ok */38 uint8_t ts_rate; /* h/w transmit rate index */40 int8_t ts_rssi; /* tx ack RSSI */41 uint8_t ts_shortretry; /* # short retries */42 uint8_t ts_longretry; /* # long retries */43 uint8_t ts_virtcol; /* virtual collision count */44 uint8_t ts_antenna; /* antenna information */[all …]