diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-02-09 02:46:06 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-02-09 15:35:12 -0500 |
commit | c91d01556f52255a31575be0cb1981c92a2a5028 (patch) | |
tree | 520dddebbadf83abf16e2601341c64b7a2475004 /drivers/net/wireless | |
parent | 5dc0fa782ad4a2cfad93c016765492083e687cf3 (diff) |
iwl3945: remove plcp check
Patch fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=654599
Many users report very low speed problem on 3945 devices,
this patch fixes problem, but only for some of them.
For unknown reason, sometimes after hw scanning, device is not able
to receive frames at high rate. Since plcp health check may request
hw scan to "reset radio", performance problem start to be observable
after update kernel to .35, where plcp check was introduced.
Bug reporter confirmed that removing plcp check fixed problem for him.
Reported-and-tested-by: SilvioTO <silviotoya@yahoo.it>
Cc: stable@kernel.org # 2.6.35+
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Acked-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c index a9b852be4509..3eb14fd2204b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c | |||
@@ -2734,7 +2734,6 @@ static struct iwl_lib_ops iwl3945_lib = { | |||
2734 | .isr_ops = { | 2734 | .isr_ops = { |
2735 | .isr = iwl_isr_legacy, | 2735 | .isr = iwl_isr_legacy, |
2736 | }, | 2736 | }, |
2737 | .check_plcp_health = iwl3945_good_plcp_health, | ||
2738 | 2737 | ||
2739 | .debugfs_ops = { | 2738 | .debugfs_ops = { |
2740 | .rx_stats_read = iwl3945_ucode_rx_stats_read, | 2739 | .rx_stats_read = iwl3945_ucode_rx_stats_read, |