kernel/drivers/net/wireless/ath/ath9k/common-debug.h
.. .. @@ -39,6 +39,8 @@ 39 39 * @rx_beacons: No. of beacons received. 40 40 * @rx_frags: No. of rx-fragements received. 41 41 * @rx_spectral: No of spectral packets received. 42 + * @rx_spectral_sample_good: No. of good spectral samples43 + * @rx_spectral_sample_err: No. of good spectral samples42 44 */ 43 45 struct ath_rx_stats { 44 46 u32 rx_pkts_all; .. .. @@ -58,6 +60,8 @@ 58 60 u32 rx_beacons; 59 61 u32 rx_frags; 60 62 u32 rx_spectral; 63 + u32 rx_spectral_sample_good;64 + u32 rx_spectral_sample_err;61 65 }; 62 66 63 67 #ifdef CONFIG_ATH9K_COMMON_DEBUG