Home
last modified time | relevance | path

Searched defs:ath_tx_status (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dmac.h100 struct ath_tx_status { struct
101 u32 ts_tstamp;
102 u16 ts_seqnum;
103 u8 ts_status;
104 u8 ts_rateindex;
105 int8_t ts_rssi;
106 u8 ts_shortretry;
107 u8 ts_longretry;
108 u8 ts_virtcol;
109 u8 ts_flags;
[all …]
Drc.c1238 static void ath_tx_status(void *priv, struct ieee80211_supported_band *sband, in ath_tx_status() function