diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-06-08 15:28:25 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-10 20:57:49 +0200 |
commit | ecaee0ff07d429a8571ea015c00a211c17a86494 (patch) | |
tree | a072a06e6c9d95eacde7a19928ed78376a1dd098 /drivers/net/wireless/iwlegacy/iwl-4965.c | |
parent | iwlegacy: remove unused power commands defines (diff) | |
download | linux-ecaee0ff07d429a8571ea015c00a211c17a86494.tar.xz linux-ecaee0ff07d429a8571ea015c00a211c17a86494.zip |
iwlegacy: remove recover from statistics
Recover from statistics code was added during 6xxx devices development,
I don't think is needed on old devices. Also it is suspicious to cause
random, unreproducible microcode errors and hangs. So remove it.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl-4965.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl-4965.c b/drivers/net/wireless/iwlegacy/iwl-4965.c index 9cf96cb51712..f59f588ca05d 100644 --- a/drivers/net/wireless/iwlegacy/iwl-4965.c +++ b/drivers/net/wireless/iwlegacy/iwl-4965.c @@ -2100,7 +2100,6 @@ static struct iwl_lib_ops iwl4965_lib = { .tx_stats_read = iwl4965_ucode_tx_stats_read, .general_stats_read = iwl4965_ucode_general_stats_read, }, - .check_plcp_health = iwl4965_good_plcp_health, }; static const struct iwl_legacy_ops iwl4965_legacy_ops = { |