Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c360767 authored by David S. Miller's avatar David S. Miller
Browse files

[IPV4]: Fix thinko in TCP_CONG_BIC default.



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: default avatarDavid S. Miller <davem@davemloft.net>
parent 8678887e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -549,7 +549,7 @@ config TCP_CONG_SCALABLE
endmenu

config TCP_CONG_BIC
	boolean
	tristate
	depends on !TCP_CONG_ADVANCED
	default y