hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/net/wireless/ath/ath9k/common-debug.h
....@@ -39,6 +39,8 @@
3939 * @rx_beacons: No. of beacons received.
4040 * @rx_frags: No. of rx-fragements received.
4141 * @rx_spectral: No of spectral packets received.
42
+ * @rx_spectral_sample_good: No. of good spectral samples
43
+ * @rx_spectral_sample_err: No. of good spectral samples
4244 */
4345 struct ath_rx_stats {
4446 u32 rx_pkts_all;
....@@ -58,6 +60,8 @@
5860 u32 rx_beacons;
5961 u32 rx_frags;
6062 u32 rx_spectral;
63
+ u32 rx_spectral_sample_good;
64
+ u32 rx_spectral_sample_err;
6165 };
6266
6367 #ifdef CONFIG_ATH9K_COMMON_DEBUG