Fix creation of IBSS interfaces on devices with two radios
Lua's tables are 1-based, so we must decrement the index by 1 to get the desired MAC addresses. By not doing this, the second IBSS interface would get the address with index 8, but only indices 0..7 are available. Fixes: c73a12e0
Showing
- package/gluon-client-bridge/files/lib/gluon/upgrade/320-gluon-client-bridge-wireless 1 addition, 1 deletion.../files/lib/gluon/upgrade/320-gluon-client-bridge-wireless
- package/gluon-mesh-batman-adv-core/files/lib/gluon/upgrade/320-gluon-mesh-batman-adv-core-wireless 2 additions, 2 deletions...lib/gluon/upgrade/320-gluon-mesh-batman-adv-core-wireless
Loading
Please register or sign in to comment