mac802154: use dev_addr_set()
authorJakub Kicinski <kuba@kernel.org>
Tue, 19 Oct 2021 16:36:05 +0000 (09:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Oct 2021 13:27:40 +0000 (14:27 +0100)
commit659f4e02f15aa0ab61555717978219f87505ff5a
tree1d7aa693ac77f24b1320d52036493142e87b2aee
parent47ce5f1e3e4e87f141310c975497a4de87f49ab9
mac802154: 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac802154/iface.c