mac802154: use dev_addr_set() - manual
authorJakub Kicinski <kuba@kernel.org>
Tue, 19 Oct 2021 16:36:06 +0000 (09:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Oct 2021 13:27:40 +0000 (14:27 +0100)
commit08bb7516e53038a9f6609f621024b047de4c2d3e
tree7ba488ff9ce43747d2b467379ffcae29f3cb08cd
parent659f4e02f15aa0ab61555717978219f87505ff5a
mac802154: use dev_addr_set() - manual

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/ieee802154/6lowpan/core.c
net/mac802154/iface.c