Searched defs:ath5k_statistics (Results 1 – 1 of 1) sorted by relevance
1193 struct ath5k_statistics { struct1195 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 pkts1204 unsigned int tx_bytes_count; /* all TX bytes, including errored pkts1208 unsigned int rxerr_crc;1209 unsigned int rxerr_phy;1210 unsigned int rxerr_phy_code[32];[all …]