commit | 18867486fea3f9439c4c7e66e92146bd6bf3de85 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Thu Oct 21 06:12:05 2021 -0700 |
committer | Jakub Kicinski <kuba@kernel.org> | Fri Oct 22 10:15:58 2021 -0700 |
tree | 086837eeb0ea1e89a2eceab6771191c7da6f6845 | |
parent | a7021af707a3637c963ce41802b650db6793eb8a [diff] |
net: qmi_wwan: use dev_addr_mod() 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. Acked-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: Jakub Kicinski <kuba@kernel.org>