diff options
author | Abhijeet Kolekar <abhijeet.kolekar@intel.com> | 2008-04-04 23:32:01 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-08 04:19:29 +0200 |
commit | 7981a35ed0f64ca49b1a0c0acecbc9b644a8a2e3 (patch) | |
tree | 0e9b23dd45297f21aba6117799780f45cc58082b | |
parent | ipw2200: set MAC address on radiotap interface (diff) | |
download | linux-7981a35ed0f64ca49b1a0c0acecbc9b644a8a2e3.tar.xz linux-7981a35ed0f64ca49b1a0c0acecbc9b644a8a2e3.zip |
iwlwifi: fix n-band association problem
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 <abhijeet.kolekar@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | 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 b79a35a40ab6..b54ff712e703 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. |