diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/common-debug.c')
| -rw-r--r-- | drivers/net/wireless/ath/ath9k/common-debug.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/net/wireless/ath/ath9k/common-debug.c b/drivers/net/wireless/ath/ath9k/common-debug.c index 239429f10378..53ca4b063eb9 100644 --- a/drivers/net/wireless/ath/ath9k/common-debug.c +++ b/drivers/net/wireless/ath/ath9k/common-debug.c @@ -144,6 +144,8 @@ static ssize_t read_file_recv(struct file *file, char __user *user_buf,  	RXS_ERR("BEACONS", rx_beacons);  	RXS_ERR("FRAGS", rx_frags);  	RXS_ERR("SPECTRAL", rx_spectral); +	RXS_ERR("SPECTRAL SMPL GOOD", rx_spectral_sample_good); +	RXS_ERR("SPECTRAL SMPL ERR", rx_spectral_sample_err);  	RXS_ERR("CRC ERR", crc_err);  	RXS_ERR("DECRYPT CRC ERR", decrypt_crc_err); |