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

Commit 35eaa31e authored by Richard Lucassen's avatar Richard Lucassen Committed by David S. Miller
Browse files

[NET]: Increase default IFB device count.



The most usable number of ifb devices is 2. Change the default to 2.

Signed-off-by: default avatarRichard Lucassen <spamtrap@lucassen.org>
Signed-off-by: default avatarJamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4da3089f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);