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