From: Richard Lucassen Date: Fri, 24 Feb 2006 00:23:51 +0000 (-0800) Subject: [NET]: Increase default IFB device count. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=35eaa31e5d6b0653c11b5661572152295b45b7a7;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [NET]: Increase default IFB device count. The most usable number of ifb devices is 2. Change the default to 2. Signed-off-by: Richard Lucassen Signed-off-by: Jamal Hadi Salim Signed-off-by: David S. Miller --- diff --git a/drivers/net/ifb.c b/drivers/net/ifb.c index 1b699259b4ec..31fb2d75dc44 100644 --- a/drivers/net/ifb.c +++ b/drivers/net/ifb.c @@ -57,7 +57,7 @@ struct ifb_private { struct sk_buff_head tq; }; -static int numifbs = 1; +static int numifbs = 2; static void ri_tasklet(unsigned long dev); static int ifb_xmit(struct sk_buff *skb, struct net_device *dev);