diff options
author | Bruno Randolf <br1@einfach.org> | 2010-03-25 01:49:42 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-31 14:39:10 -0400 |
commit | da35111ad970081bdf6e848d1861c7d16e71079b (patch) | |
tree | 2cdb7d166f14d89526dfb6dbf2a33b5b060b0edc /drivers/net/wireless/ath/ath5k/base.h | |
parent | 495391d715a310a7cbf622850e372d40ac86ef6e (diff) |
ath5k: update phy errors codes
Update PHY error codes from the HAL, and keep them in statistics for debugging
via the 'frameerrors' file. This will also be used by ANI.
Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/base.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h index fe5dae517545..a572a4844800 100644 --- a/drivers/net/wireless/ath/ath5k/base.h +++ b/drivers/net/wireless/ath/ath5k/base.h | |||
@@ -116,6 +116,7 @@ struct ath5k_statistics { | |||
116 | unsigned int tx_all_count; /* all TX frames, including errors */ | 116 | unsigned int tx_all_count; /* all TX frames, including errors */ |
117 | unsigned int rxerr_crc; | 117 | unsigned int rxerr_crc; |
118 | unsigned int rxerr_phy; | 118 | unsigned int rxerr_phy; |
119 | unsigned int rxerr_phy_code[32]; | ||
119 | unsigned int rxerr_fifo; | 120 | unsigned int rxerr_fifo; |
120 | unsigned int rxerr_decrypt; | 121 | unsigned int rxerr_decrypt; |
121 | unsigned int rxerr_mic; | 122 | unsigned int rxerr_mic; |