ath10k: document cycle count related counters
[cascardo/linux.git] / drivers / net / wireless / ath / ath10k / core.h
index 6ec9495..dda49af 100644 (file)
@@ -201,10 +201,10 @@ struct ath10k_fw_stats_pdev {
 
        /* PDEV stats */
        s32 ch_noise_floor;
-       u32 tx_frame_count;
-       u32 rx_frame_count;
-       u32 rx_clear_count;
-       u32 cycle_count;
+       u32 tx_frame_count; /* Cycles spent transmitting frames */
+       u32 rx_frame_count; /* Cycles spent receiving frames */
+       u32 rx_clear_count; /* Total channel busy time, evidently */
+       u32 cycle_count; /* Total on-channel time */
        u32 phy_err_count;
        u32 chan_tx_power;
        u32 ack_rx_bad;