]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit829ce4a62c68b7a3ddcbf63484814b841f1bfc26
tree478346b945c7daf30f5665e521a88465d2848e10
parent4c4bfa013195a14797aea645d13d1d10c0936e95
net: hippi: use dev_addr_set()

Commit 0e59850f1b49 ("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