broadcom-wl: assign first increased mac address to internal wifi core
When the original mac addresses are not valid assign the first one to the internal wifi core, this matches the manufacture mac address in most cases. In addition refresh the patches. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41545
This commit is contained in:
@@ -85,8 +85,8 @@
|
||||
+
|
||||
+ /* jump over the first free address so it can be used for wan */
|
||||
+ nvram_increase_mac_addr(&macaddr_base, 1);
|
||||
+ nvram_change_mac_addr(new, &macaddr_base, "sb/1/macaddr");
|
||||
+ nvram_change_mac_addr(new, &macaddr_base, "pci/1/1/macaddr");
|
||||
+ nvram_change_mac_addr(new, &macaddr_base, "pci/1/2/macaddr");
|
||||
+ nvram_change_mac_addr(new, &macaddr_base, "pci/2/1/macaddr");
|
||||
+ nvram_change_mac_addr(new, &macaddr_base, "sb/1/macaddr");
|
||||
+}
|
||||
|
||||
Reference in New Issue
Block a user