Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions meta-rdk-mtk-bpir4/recipes-ccsp/hal/files/InterfaceMap_em.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"InterfaceList": [
{
"InterfaceName": "wifi2.2",
"Bridge": "brlan0",
"Bridge": "brlan2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it impact the default use case.right now we do use brlan0 bridge.

Copy link

@sundaresh-k-oss sundaresh-k-oss Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes @cpokuru . It will impact the default use case.
Planned the bridges for below interfaces:
brlan0 - private ssid and LAN clients.
brlan1 - mesh_backhaul ssid
brlan2 - iot_ssid

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the impact to the default use cases?

"vlanId": 0,
"vapIndex": 17,
"vapName": "iot_ssid_6g"
},
{
"InterfaceName": "wifi2.1",
"Bridge": "brlan0",
"Bridge": "brlan1",
"vlanId": 0,
"vapIndex": 22,
"vapName": "mesh_backhaul_6g"
Expand Down Expand Up @@ -44,14 +44,14 @@
},
{
"InterfaceName": "wifi1.2",
"Bridge": "brlan0",
"Bridge": "brlan2",
"vlanId": 0,
"vapIndex": 3,
"vapName": "iot_ssid_5g"
},
{
"InterfaceName": "wifi1.1",
"Bridge": "brlan0",
"Bridge": "brlan1",
"vlanId": 0,
"vapIndex": 13,
"vapName": "mesh_backhaul_5g"
Expand All @@ -73,14 +73,14 @@
"InterfaceList": [
{
"InterfaceName": "wifi0.2",
"Bridge": "brlan0",
"Bridge": "brlan2",
"vlanId": 0,
"vapIndex": 2,
"vapName": "iot_ssid_2g"
},
{
"InterfaceName": "wifi0.1",
"Bridge": "brlan0",
"Bridge": "brlan1",
"vlanId": 0,
"vapIndex": 12,
"vapName": "mesh_backhaul_2g"
Expand Down