From: Alexander Aring Date: Sun, 17 May 2015 19:44:58 +0000 (+0200) Subject: fakelb: creating two virtual phys per default X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7e57905ba6c825f38f146b5f8974c2ce27f299bb;p=linux.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 230f7da021651..cc1c7df250099 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;