All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mac80211: make rate control Kconfig warning depend on mac80211
@ 2011-03-01 16:18 Johannes Berg
  0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2011-03-01 16:18 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

From: Johannes Berg <johannes.berg@intel.com>

... Otherwise it is displayed when mac80211 isn't
even turned on, which is completely pointless.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 net/mac80211/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- wireless-testing.orig/net/mac80211/Kconfig	2011-03-01 17:16:54.000000000 +0100
+++ wireless-testing/net/mac80211/Kconfig	2011-03-01 17:17:00.000000000 +0100
@@ -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"



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-01 16:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 16:18 [PATCH] mac80211: make rate control Kconfig warning depend on mac80211 Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.