OSDN Git Service

net: qmi_wwan: use dev_addr_mod()
authorJakub Kicinski <kuba@kernel.org>
Thu, 21 Oct 2021 13:12:05 +0000 (06:12 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 22 Oct 2021 17:15:58 +0000 (10:15 -0700)
commit18867486fea3f9439c4c7e66e92146bd6bf3de85
tree086837eeb0ea1e89a2eceab6771191c7da6f6845
parenta7021af707a3637c963ce41802b650db6793eb8a
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>
drivers/net/usb/qmi_wwan.c