commit | a7021af707a3637c963ce41802b650db6793eb8a | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Thu Oct 21 06:12:04 2021 -0700 |
committer | Jakub Kicinski <kuba@kernel.org> | Fri Oct 22 10:15:56 2021 -0700 |
tree | 6b80557dad064286ac6c563995e82ae7336af9b6 | |
parent | 93772114413ee7ba33b9abda54dd857e6e5d9a6e [diff] |
usb: smsc: use eth_hw_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>