net: hippi: use dev_addr_set()
authorJakub Kicinski <kuba@kernel.org>
Thu, 21 Oct 2021 13:12:10 +0000 (06:12 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 22 Oct 2021 17:16:09 +0000 (10:16 -0700)
commit5ed5b1912a81b9084fad2ef2b126990d18c83827
tree478346b945c7daf30f5665e521a88465d2848e10
parented088907563da490d227a734076d705acc0d236c
net: hippi: use dev_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 got through appropriate helpers.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/hippi/rrunner.c