summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-05-17 21:44:58 +0200
committerMarcel Holtmann <marcel@holtmann.org>2015-05-19 11:44:45 +0200
commit7e57905ba6c825f38f146b5f8974c2ce27f299bb (patch)
tree1ad97ada3b0ea203dc0cf8e69c9f82dd2e27fb26 /drivers/net/ieee802154
parent7490b008d123f9bd781f51ad86b543aed49f6200 (diff)
downloadop-kernel-dev-7e57905ba6c825f38f146b5f8974c2ce27f299bb.zip
op-kernel-dev-7e57905ba6c825f38f146b5f8974c2ce27f299bb.tar.gz
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/ieee802154')
-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 230f7da..cc1c7df 100644
--- a/drivers/net/ieee802154/fakelb.c
+++ b/drivers/net/ieee802154/fakelb.c
@@ -27,7 +27,7 @@
#include <net/mac802154.h>
#include <net/cfg802154.h>
-static int numlbs = 1;
+static int numlbs = 2;
struct fakelb_dev_priv {
struct ieee802154_hw *hw;
OpenPOWER on IntegriCloud