linux/drivers/net/wireless/iwlwifi
Mohamed Abbas 403ab56b1c iwl4965: fix cannot find a suitable rate issue
This patch fixes the iwl4965 problem for "Can not find a suitable rate
issues." by making rs_switch_to_mimo and rs_switch_to_siso functions
return -1 when CONFIG_IWL4965_HT is not selected. They used to return 0,
which means we can switch to HT rate causing the rate scale problem and
the error message.

The patch also fix another bug reported by Ben Cahill that it uses wrong
value for max_success_limit.

Signed-off-by: Mohamed Abbas <mabbas@linux.intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-01-28 15:04:33 -08:00
..
Kconfig iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965 2008-01-28 15:03:25 -08:00
Makefile [IWLWIFI]: remove per-file CFLAGS for IWL define 2007-10-10 16:52:16 -07:00
iwl-3945-commands.h iwlwifi: keep 3945 and 4965 headers separate 2008-01-28 15:03:24 -08:00
iwl-3945-debug.h iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965 2008-01-28 15:03:25 -08:00
iwl-3945-hw.h wireless: checkpatch cleanups 2008-01-28 15:04:04 -08:00
iwl-3945-io.h iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965 2008-01-28 15:03:25 -08:00
iwl-3945-rs.c iwlwifi: keep 3945 and 4965 headers separate 2008-01-28 15:03:24 -08:00
iwl-3945-rs.h iwlwifi: fix various spelling and typos 2008-01-28 15:03:06 -08:00
iwl-3945.c iwlwifi: replace 0x8086 with PCI_VENDOR_ID_INTEL 2008-01-28 15:04:32 -08:00
iwl-3945.h iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965 2008-01-28 15:03:25 -08:00
iwl-4965-commands.h iwlwifi: keep 3945 and 4965 headers separate 2008-01-28 15:03:24 -08:00
iwl-4965-debug.h iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965 2008-01-28 15:03:25 -08:00
iwl-4965-hw.h wireless: checkpatch cleanups 2008-01-28 15:04:04 -08:00
iwl-4965-io.h iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965 2008-01-28 15:03:25 -08:00
iwl-4965-rs.c iwl4965: fix cannot find a suitable rate issue 2008-01-28 15:04:33 -08:00
iwl-4965-rs.h iwlwifi: fix various spelling and typos 2008-01-28 15:03:06 -08:00
iwl-4965.c iwlwifi: replace 0x8086 with PCI_VENDOR_ID_INTEL 2008-01-28 15:04:32 -08:00
iwl-4965.h iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965 2008-01-28 15:03:25 -08:00
iwl-helpers.h
iwl-prph.h iwlwifi: add 5965 SCD registers to iwl-prph.h 2008-01-28 15:03:20 -08:00
iwl-spectrum.h
iwl3945-base.c iwlwifi: disable interrupts before calling request_irq 2008-01-28 15:03:34 -08:00
iwl4965-base.c iwlwifi: disable interrupts before calling request_irq 2008-01-28 15:03:34 -08:00