diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-15 13:53:04 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-18 06:21:05 +0400 |
commit | 24344d2600108b9b79a60c0e4c43b3c499856d14 (patch) | |
tree | 11a903c21028e4b88ebaeda3c3dcdfbcf3c7a231 /net | |
parent | 1d8ae3fdeb001b8f534a6782c261aba6ec1779f5 (diff) | |
download | linux-24344d2600108b9b79a60c0e4c43b3c499856d14.tar.xz |
mac80211: Temporarily mark QoS support BROKEN.
We will undo this after a few changsets.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/Kconfig | 1 |
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 def_bool y depends on MAC80211 depends on NET_SCHED + depends on BROKEN comment "QoS/HT support disabled" depends on MAC80211 && !MAC80211_QOS |