diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2008-06-09 15:54:35 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-14 12:18:01 -0400 |
commit | 4f85f5b39208e755a93f63296ec1224d14121b6c (patch) | |
tree | 6a60946481b392c973ca40b0088e7a1c97870150 /drivers/net/wireless/iwlwifi/Kconfig | |
parent | a19d7292dc7f1c7d8704a353f51c7f1529de953b (diff) |
iwlwifi: removing IWL4965_HT config
This patch removes CONFIG_IWL4965_HT #ifdefs for iwl 4965 and 5000. 11n
feature is stable in those drivers and its mode of operation is determined
in mac80211, so this dependency is not needed any more.
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/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index 5f3e849043f7..b992428ab4db 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
@@ -54,14 +54,6 @@ config IWL4965 | |||
54 | say M here and read <file:Documentation/kbuild/modules.txt>. The | 54 | say M here and read <file:Documentation/kbuild/modules.txt>. The |
55 | module will be called iwl4965.ko. | 55 | module will be called iwl4965.ko. |
56 | 56 | ||
57 | config IWL4965_HT | ||
58 | bool "Enable 802.11n HT features in iwl4965 driver" | ||
59 | depends on EXPERIMENTAL | ||
60 | depends on IWL4965 | ||
61 | ---help--- | ||
62 | This option enables IEEE 802.11n High Throughput features | ||
63 | for the iwl4965 driver. | ||
64 | |||
65 | config IWL4965_LEDS | 57 | config IWL4965_LEDS |
66 | bool "Enable LEDS features in iwl4965 driver" | 58 | bool "Enable LEDS features in iwl4965 driver" |
67 | depends on IWL4965 | 59 | depends on IWL4965 |