projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b4eb2
)
mac80211: make rate control Kconfig warning depend on mac80211
author
Johannes Berg
<johannes.berg@intel.com>
Tue, 1 Mar 2011 16:18:26 +0000
(17:18 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 1 Mar 2011 18:48:22 +0000
(13:48 -0500)
... 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>
net/mac80211/Kconfig
patch
|
blob
|
history
diff --git
a/net/mac80211/Kconfig
b/net/mac80211/Kconfig
index 4c57a9c3729bc89e82aab9dbde83fc145b3b7acb..841dd1e2909e0f1e9a937b630dc52a259ffb5d16 100644
(file)
--- a/
net/mac80211/Kconfig
+++ b/
net/mac80211/Kconfig
@@
-78,7
+78,7
@@
config MAC80211_RC_DEFAULT
endif
comment "Some wireless drivers require a rate control algorithm"
- depends on MAC80211_HAS_RC=n
+ depends on MAC80211
&& MAC80211
_HAS_RC=n
config MAC80211_MESH
bool "Enable mac80211 mesh networking (pre-802.11s) support"