struct ieee80211_tx_status — transmit status
struct ieee80211_tx_status {
struct ieee80211_tx_control control;
u8 flags;
u8 retry_count;
bool excessive_retries;
u8 ampdu_ack_len;
u64 ampdu_ack_map;
int ack_signal;
int queue_length;
int queue_number;
};
a copy of the struct ieee80211_tx_control passed to the driver
in the tx callback.
transmit status flags, defined above
number of retries
set to 1 if the frame was retried many times but not acknowledged
number of aggregated frames. relevant only if IEEE80211_TX_STATUS_AMPDU was set.
block ack bit map for the aggregation. relevant only if IEEE80211_TX_STATUS_AMPDU was set.
signal strength of the ACK frame
?? REMOVE
?? REMOVE