diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-09 02:14:24 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-09 02:14:24 -0400 |
commit | b19fa1fa91845234961c64dbd564671aa7c0fd27 (patch) | |
tree | efb09da87299ef503b59396b69a7667f1650e378 /net/mac80211 | |
parent | c773e847ea8f6812804e40f52399c6921a00eab1 (diff) |
net: Delete NETDEVICES_MULTIQUEUE kconfig option.
Multiple TX queue support is a core networking feature.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 40f1add17753..d2038418e2bd 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig | |||
@@ -15,14 +15,11 @@ 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 NETDEVICES_MULTIQUEUE | ||
19 | 18 | ||
20 | comment "QoS/HT support disabled" | 19 | comment "QoS/HT support disabled" |
21 | depends on MAC80211 && !MAC80211_QOS | 20 | depends on MAC80211 && !MAC80211_QOS |
22 | comment "QoS/HT support needs CONFIG_NET_SCHED" | 21 | comment "QoS/HT support needs CONFIG_NET_SCHED" |
23 | depends on MAC80211 && !NET_SCHED | 22 | depends on MAC80211 && !NET_SCHED |
24 | comment "QoS/HT support needs CONFIG_NETDEVICES_MULTIQUEUE" | ||
25 | depends on MAC80211 && !NETDEVICES_MULTIQUEUE | ||
26 | 23 | ||
27 | menu "Rate control algorithm selection" | 24 | menu "Rate control algorithm selection" |
28 | depends on MAC80211 != n | 25 | depends on MAC80211 != n |