Skip to content
Commit 2674e7ea authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

net: usb: don't write directly to netdev->dev_addr

Commit 406f42fa

 ("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.

Manually fix all net/usb drivers without separate maintainers.

v2: catc does DMA to the buffer, leave the conversion to Oliver

Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 18867486
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment