projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8678887
)
[IPV4]: Fix thinko in TCP_CONG_BIC default.
author
David S. Miller
<davem@davemloft.net>
Sun, 26 Jun 2005 22:20:20 +0000
(15:20 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 26 Jun 2005 22:20:20 +0000
(15:20 -0700)
Since it is tristate when we offer it as a choice, we should
definte it also as tristate when forcing it as the default.
Otherwise kconfig warns.
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/Kconfig
b/net/ipv4/Kconfig
index 3470834331207da5c008f45a09291dd924927e3c..7342a9afe01847ab963752c3cc3bd9fbe0273f4c 100644
(file)
--- a/
net/ipv4/Kconfig
+++ b/
net/ipv4/Kconfig
@@
-549,7
+549,7
@@
config TCP_CONG_SCALABLE
endmenu
config TCP_CONG_BIC
- boolean
+ tristate
depends on !TCP_CONG_ADVANCED
default y