Skip to content

Commit

Permalink
iwlwifi: 802.11n remove unnecessary config dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ron Rindjunsky authored and David S. Miller committed Jan 28, 2008
1 parent 76bb77e commit 923effd
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions drivers/net/wireless/iwlwifi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 923effd

Please sign in to comment.