Searched defs:ath_tx_status (Results 1 – 4 of 4) 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 …]
90 static void ath_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb) in ath_tx_status() function
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