aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/debug.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-03-03 09:17:04 -0500
committerJohn W. Linville <linville@tuxdriver.com>2012-03-07 13:51:38 -0500
commitfc16fd8808968063929bbb198eb8bb46d40e36ce (patch)
tree9b898109ff27d100935a671c14ca2fc7372c11fe /drivers/net/wireless/ath/ath9k/debug.h
parent5baec7422c8c8f70c62b9493acf31d4854b09070 (diff)
ath9k: remove rssi/antenna information from recv debug stats
The way this is implemented (simply storing the last value) is absolutely worthless for debugging anything, and the same information is also available through the MAC sample feature, so there's no point in keeping this around. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/debug.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/debug.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/ath/ath9k/debug.h b/drivers/net/wireless/ath/ath9k/debug.h
index 7a519582232a..64fcfad467bf 100644
--- a/drivers/net/wireless/ath/ath9k/debug.h
+++ b/drivers/net/wireless/ath/ath9k/debug.h
@@ -165,13 +165,6 @@ struct ath_rx_stats {
165 u32 post_delim_crc_err; 165 u32 post_delim_crc_err;
166 u32 decrypt_busy_err; 166 u32 decrypt_busy_err;
167 u32 phy_err_stats[ATH9K_PHYERR_MAX]; 167 u32 phy_err_stats[ATH9K_PHYERR_MAX];
168 int8_t rs_rssi_ctl0;
169 int8_t rs_rssi_ctl1;
170 int8_t rs_rssi_ctl2;
171 int8_t rs_rssi_ext0;
172 int8_t rs_rssi_ext1;
173 int8_t rs_rssi_ext2;
174 u8 rs_antenna;
175}; 168};
176 169
177enum ath_reset_type { 170enum ath_reset_type {