aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-07-15 05:53:04 -0400
committerDavid S. Miller <davem@davemloft.net>2008-07-17 22:21:05 -0400
commit24344d2600108b9b79a60c0e4c43b3c499856d14 (patch)
tree11a903c21028e4b88ebaeda3c3dcdfbcf3c7a231
parent1d8ae3fdeb001b8f534a6782c261aba6ec1779f5 (diff)
mac80211: Temporarily mark QoS support BROKEN.
We will undo this after a few changsets. Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/mac80211/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig
index d2038418e2bd..10579def490b 100644
--- a/net/mac80211/Kconfig
+++ b/net/mac80211/Kconfig
@@ -15,6 +15,7 @@ config MAC80211_QOS
15 def_bool y 15 def_bool y
16 depends on MAC80211 16 depends on MAC80211
17 depends on NET_SCHED 17 depends on NET_SCHED
18 depends on BROKEN
18 19
19comment "QoS/HT support disabled" 20comment "QoS/HT support disabled"
20 depends on MAC80211 && !MAC80211_QOS 21 depends on MAC80211 && !MAC80211_QOS