Skip to content

Commit

Permalink
lime-proto-{batadv, bmx6} now accepts AP wlan interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
G10h4ck authored and frank95 committed Aug 9, 2014
1 parent e9c8b1d commit 474dd5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/lime-proto-batadv/src/batadv.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ local lan = require("lime.proto.lan")
batadv = {}

function batadv.setup_interface(ifname, args)
if ifname:match("^wlan%d_ap") then return end
if not args[2] then return end

local owrtInterfaceName, _, owrtDeviceName = network.createVlanIface(ifname, args[2], "_batadv")
Expand Down
1 change: 0 additions & 1 deletion packages/lime-proto-bmx6/src/bmx6.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ local libuci = require("uci")
bmx6 = {}

function bmx6.setup_interface(ifname, args)
if ifname:match("^wlan%d_ap") then return end
if not args[2] then return end

local owrtInterfaceName, linux802adIfName, owrtDeviceName = network.createVlanIface(ifname, args[2], "_bmx6")
Expand Down

0 comments on commit 474dd5e

Please sign in to comment.