Searched defs:ath_tx_status (Results 1 – 2 of 2) sorted by relevance
99 struct ath_tx_status { struct100 u32 ts_tstamp;101 u16 ts_seqnum;102 u8 ts_status;103 u8 ts_rateindex;104 int8_t ts_rssi;105 u8 ts_shortretry;106 u8 ts_longretry;107 u8 ts_virtcol;108 u8 ts_flags;[all …]
84 static void ath_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb) in ath_tx_status() function