2008-04-04 21:32:04

by Reinette Chatre

[permalink] [raw]
Subject: [PATCH 2.6.25] iwlwifi: fix n-band association problem

From: Abhijeet Kolekar <[email protected]>

This patch enables the IWL4965_HT flag (n-band) in Kconfig.
Removed the "depends on n" from Kconfig for config IWL4965_HT

Signed-off-by: Abhijeet Kolekar <[email protected]>
Signed-off-by: Reinette Chatre <[email protected]>
---
John,

This patch applies to 2.6.25-rc8 and enables users to use N band.
This fixes the current "unable to associate to N band in 2.6.25
problems".

Could you please push it up to 2.6.25?

Thanks


drivers/net/wireless/iwlwifi/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig
index b79a35a..b54ff71 100644
--- a/drivers/net/wireless/iwlwifi/Kconfig
+++ b/drivers/net/wireless/iwlwifi/Kconfig
@@ -35,7 +35,6 @@ config IWL4965_HT
bool "Enable 802.11n HT features in iwl4965 driver"
depends on EXPERIMENTAL
depends on IWL4965 && IWL4965_QOS
- depends on n
---help---
This option enables IEEE 802.11n High Throughput features
for the iwl4965 driver.
--
1.5.3.4