diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-03-01 11:18:26 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-03-01 13:48:22 -0500 |
commit | e46395a4b3d32d161d8b6d8e4a002972b1faae3e (patch) | |
tree | 3b81c224c9403c0497b655dbd54f1208c0850852 /net/mac80211/Kconfig | |
parent | 27b4eb26cd06df0192781b0615719b324e30d1cd (diff) |
mac80211: make rate control Kconfig warning depend on mac80211
... Otherwise it is displayed when mac80211 isn't
even turned on, which is completely pointless.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r-- | net/mac80211/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 4c57a9c3729b..841dd1e2909e 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig | |||
@@ -78,7 +78,7 @@ config MAC80211_RC_DEFAULT | |||
78 | endif | 78 | endif |
79 | 79 | ||
80 | comment "Some wireless drivers require a rate control algorithm" | 80 | comment "Some wireless drivers require a rate control algorithm" |
81 | depends on MAC80211_HAS_RC=n | 81 | depends on MAC80211 && MAC80211_HAS_RC=n |
82 | 82 | ||
83 | config MAC80211_MESH | 83 | config MAC80211_MESH |
84 | bool "Enable mac80211 mesh networking (pre-802.11s) support" | 84 | bool "Enable mac80211 mesh networking (pre-802.11s) support" |