commit | 5ed5b1912a81b9084fad2ef2b126990d18c83827 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Thu Oct 21 06:12:10 2021 -0700 |
committer | Jakub Kicinski <kuba@kernel.org> | Fri Oct 22 10:16:09 2021 -0700 |
tree | 478346b945c7daf30f5665e521a88465d2848e10 | |
parent | ed088907563da490d227a734076d705acc0d236c [diff] |
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>