aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2021-10-19 09:39:27 -0700
committerDavid S. Miller <davem@davemloft.net>2021-10-20 14:29:03 +0100
commit0f00e70ef645e43527a1b622721ae084149c21ca (patch)
tree42feeb2d4e8b85a94702eef93a29aa41e30fe6f6 /net/core
parentmac802154: use dev_addr_set() - manual (diff)
downloadlinux-dev-0f00e70ef645e43527a1b622721ae084149c21ca.tar.xz
linux-dev-0f00e70ef645e43527a1b622721ae084149c21ca.zip
batman-adv: use eth_hw_addr_set() instead of ether_addr_copy()
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. Convert batman from ether_addr_copy() to eth_hw_addr_set(): @@ expression dev, np; @@ - ether_addr_copy(dev->dev_addr, np) + eth_hw_addr_set(dev, np) Signed-off-by: Jakub Kicinski <kuba@kernel.org> Acked-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions