Searched defs:ath_tx_status (Results 1 – 1 of 1) sorted by relevance
47 struct ath_tx_status { struct48 uint16_t ts_seqnum; /* h/w assigned sequence number */49 uint16_t ts_tstamp; /* h/w assigned timestamp */50 uint8_t ts_status; /* frame status, 0 => xmit ok */51 uint8_t ts_rate; /* h/w transmit rate index */52 int8_t ts_rssi; /* tx ack RSSI */53 uint8_t ts_shortretry; /* # short retries */54 uint8_t ts_longretry; /* # long retries */55 uint8_t ts_virtcol; /* virtual collision count */56 uint8_t ts_antenna; /* antenna information */[all …]