summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-05-17 15:44:58 -0400
committerMarcel Holtmann <marcel@holtmann.org>2015-05-19 05:44:45 -0400
commit7e57905ba6c825f38f146b5f8974c2ce27f299bb (patch)
tree1ad97ada3b0ea203dc0cf8e69c9f82dd2e27fb26 /drivers/net
parent7490b008d123f9bd781f51ad86b543aed49f6200 (diff)
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 <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ieee802154/fakelb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ieee802154/fakelb.c b/drivers/net/ieee802154/fakelb.c
index 230f7da02165..cc1c7df25009 100644
--- a/drivers/net/ieee802154/fakelb.c
+++ b/drivers/net/ieee802154/fakelb.c
@@ -27,7 +27,7 @@
27#include <net/mac802154.h> 27#include <net/mac802154.h>
28#include <net/cfg802154.h> 28#include <net/cfg802154.h>
29 29
30static int numlbs = 1; 30static int numlbs = 2;
31 31
32struct fakelb_dev_priv { 32struct fakelb_dev_priv {
33 struct ieee802154_hw *hw; 33 struct ieee802154_hw *hw;