net: sgi-xp: use eth_hw_addr_set()
authorJakub Kicinski <kuba@kernel.org>
Fri, 29 Oct 2021 02:47:05 +0000 (19:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Oct 2021 12:17:21 +0000 (13:17 +0100)
commit40d5cb400530663074740365681d239c0c2e43b8
treea98e2b49897541c05c59b72699f9c0461eb226cb
parent704bc986ffda2344cb0bb092f086d8edb1ce6fd2
net: sgi-xp: use eth_hw_addr_set()

Commit 406f42fa0d3c ("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 go through appropriate helpers.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/misc/sgi-xp/xpnet.c