From: Alexander Aring Date: Sun, 17 May 2015 19:44:58 +0000 (+0200) Subject: fakelb: creating two virtual phys per default X-Git-Tag: v4.9.8~4072^2~183^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e57905ba6c825f38f146b5f8974c2ce27f299bb;p=platform%2Fkernel%2Flinux-rpi3.git fakelb: creating two virtual phys per default This patch change the default virtual wpan phys of fakelb driver from one to two. To have one virtual phy makes no sense, because it need at least two virtual phy's to speak to each other. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- diff --git a/drivers/net/ieee802154/fakelb.c b/drivers/net/ieee802154/fakelb.c index 230f7da..cc1c7df 100644 --- a/drivers/net/ieee802154/fakelb.c +++ b/drivers/net/ieee802154/fakelb.c @@ -27,7 +27,7 @@ #include #include -static int numlbs = 1; +static int numlbs = 2; struct fakelb_dev_priv { struct ieee802154_hw *hw;