Searched defs:rt_counter_ralink (Results 1 – 1 of 1) sorted by relevance
540 struct rt_counter_ralink { struct541 …igned long TransmittedByteCount; /* both successful and failure, used to calculate TX throughput */542 unsigned long ReceivedByteCount; /* both CRC okay and CRC error, used to calculate RX throughput */543 unsigned long BeenDisassociatedCount;544 unsigned long BadCQIAutoRecoveryCount;545 unsigned long PoorCQIRoamingCount;546 unsigned long MgmtRingFullCount;547 unsigned long RxCountSinceLastNULL;548 unsigned long RxCount;549 unsigned long RxRingErrCount;[all …]