Skip to content

Commit

Permalink
WIFI-14319: Fix MAC assignment for eth ports on Edgecore EAP112
Browse files Browse the repository at this point in the history
Signed-off-by: Tanya Singh <[email protected]>
  • Loading branch information
tanyasingh-ec committed Dec 12, 2024
1 parent 2e27d22 commit ec8b3ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
mtk_qdma_debugfs_init(eth);
}

+ if (of_machine_is_compatible("edgecore,eap111")) {
+ if (of_machine_is_compatible("edgecore,eap111") || of_machine_is_compatible("edgecore,eap112")) {
+ sprintf(eth->netdev[0]->name, "eth1");
+ sprintf(eth->netdev[1]->name, "eth0");
+ }
Expand Down

0 comments on commit ec8b3ca

Please sign in to comment.