Searched defs:ath5k_statistics (Results 1 – 1 of 1) sorted by relevance
1197 struct ath5k_statistics { struct1199 unsigned int antenna_rx[5]; /* frames count per antenna RX */1200 unsigned int antenna_tx[5]; /* frames count per antenna TX */1203 unsigned int rx_all_count; /* all RX frames, including errors */1204 unsigned int tx_all_count; /* all TX frames, including errors */1205 unsigned int rx_bytes_count; /* all RX bytes, including errored pkts1208 unsigned int tx_bytes_count; /* all TX bytes, including errored pkts1212 unsigned int rxerr_crc;1213 unsigned int rxerr_phy;1214 unsigned int rxerr_phy_code[32];[all …]