]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
iwlwifi: 802.11n remove unnecessary config dependency
authorRon Rindjunsky <ron.rindjunsky@intel.com>
Mon, 26 Nov 2007 14:14:35 +0000 (16:14 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:05:40 +0000 (15:05 -0800)
This patch removes MAC80211_HT config dependency as it has been
eliminated in mac80211, and adds a needed QoS dependency

Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/Kconfig

index abd0ce0954dad3ed06c1b9592fad74172cc05975..c91e5f908955da9044636a34ed996ad66a84f583 100644 (file)
@@ -33,6 +33,15 @@ config IWL4965_QOS
          This option will enable wireless quality of service (QoS) for the
          iw4965 driver.
 
+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.
+
 config IWL4965_SPECTRUM_MEASUREMENT
        bool "Enable Spectrum Measurement in iw4965 driver"
        depends on IWL4965
@@ -46,14 +55,6 @@ config IWL4965_SENSITIVITY
          This option will enable sensitivity calibration for the iwl4965
          driver.
 
-config IWL4965_HT
-       bool "Enable 802.11n HT features in iwl4965 driver"
-       depends on EXPERIMENTAL
-       depends on IWL4965 && MAC80211_HT
-       ---help---
-         This option enables IEEE 802.11n High Throughput features
-         for the iwl4965 driver.
-
 config IWL4965_DEBUG
        bool "Enable full debugging output in iwl4965 driver"
        depends on IWL4965