aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
diff options
context:
space:
mode:
authorRon Rindjunsky <ron.rindjunsky@intel.com>2007-11-26 09:14:35 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:05:40 -0500
commit923effd8d231ac480c6007e2a377c001a343a0ba (patch)
tree3a5301e32a1fa640108a593177aa527308b46513 /drivers/net/wireless/iwlwifi
parent76bb77e03f5b01fb83fb9fa79febba6e499f948b (diff)
iwlwifi: 802.11n remove unnecessary config dependency
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>
Diffstat (limited to 'drivers/net/wireless/iwlwifi')
-rw-r--r--drivers/net/wireless/iwlwifi/Kconfig17
1 files changed, 9 insertions, 8 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig
index abd0ce0954da..c91e5f908955 100644
--- a/drivers/net/wireless/iwlwifi/Kconfig
+++ b/drivers/net/wireless/iwlwifi/Kconfig
@@ -33,6 +33,15 @@ config IWL4965_QOS
33 This option will enable wireless quality of service (QoS) for the 33 This option will enable wireless quality of service (QoS) for the
34 iw4965 driver. 34 iw4965 driver.
35 35
36config IWL4965_HT
37 bool "Enable 802.11n HT features in iwl4965 driver"
38 depends on EXPERIMENTAL
39 depends on IWL4965 && IWL4965_QOS
40 depends on n
41 ---help---
42 This option enables IEEE 802.11n High Throughput features
43 for the iwl4965 driver.
44
36config IWL4965_SPECTRUM_MEASUREMENT 45config IWL4965_SPECTRUM_MEASUREMENT
37 bool "Enable Spectrum Measurement in iw4965 driver" 46 bool "Enable Spectrum Measurement in iw4965 driver"
38 depends on IWL4965 47 depends on IWL4965
@@ -46,14 +55,6 @@ config IWL4965_SENSITIVITY
46 This option will enable sensitivity calibration for the iwl4965 55 This option will enable sensitivity calibration for the iwl4965
47 driver. 56 driver.
48 57
49config IWL4965_HT
50 bool "Enable 802.11n HT features in iwl4965 driver"
51 depends on EXPERIMENTAL
52 depends on IWL4965 && MAC80211_HT
53 ---help---
54 This option enables IEEE 802.11n High Throughput features
55 for the iwl4965 driver.
56
57config IWL4965_DEBUG 58config IWL4965_DEBUG
58 bool "Enable full debugging output in iwl4965 driver" 59 bool "Enable full debugging output in iwl4965 driver"
59 depends on IWL4965 60 depends on IWL4965