Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/ath/ath5k/
Dath5k.h1193 struct ath5k_statistics { struct
1195 unsigned int antenna_rx[5]; /* frames count per antenna RX */
1196 unsigned int antenna_tx[5]; /* frames count per antenna TX */
1199 unsigned int rx_all_count; /* all RX frames, including errors */
1200 unsigned int tx_all_count; /* all TX frames, including errors */
1201 unsigned int rx_bytes_count; /* all RX bytes, including errored pkts
1204 unsigned int tx_bytes_count; /* all TX bytes, including errored pkts
1208 unsigned int rxerr_crc;
1209 unsigned int rxerr_phy;
1210 unsigned int rxerr_phy_code[32];
[all …]