"drivers/net/ethernet/git@git.tuxist.de:jan.koester/linux.git" did not exist on "43a5107dc1acbf88a8a194beb9ff4e8563a2c7a3"
ethernet: enetc: use eth_hw_addr_set()
Commit 406f42fa ("net-next: When a bond have a massive amount of VLANs...") introduced a rbtree for faster Ethernet address look up. To maintain netdev->dev_addr in this tree we need to make all the writes to it got through appropriate helpers. Pass a netdev into the helper instead of just the address, read the address into an array on the stack, then call eth_hw_addr_set(). Signed-off-by:Jakub Kicinski <kuba@kernel.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
Loading
Please sign in to comment