aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/lists.py
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2021-10-22 16:18:33 -0700
committerJakub Kicinski <[email protected]>2021-10-25 11:01:24 -0700
commit08c181f052ed8e89beb84f61c1e8cb87f199dd8d (patch)
tree3d052813544d6fbafe7da871a71a04f6e97a21d4 /scripts/gdb/linux/lists.py
parenta0c8c3372b41002e65dc109d431eb50da002e728 (diff)
bluetooth: 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 go through appropriate helpers. Convert bluetooth from memcpy(... ETH_ADDR) to eth_hw_addr_set(): @@ expression dev, np; @@ - memcpy(dev->dev_addr, np, ETH_ALEN) + eth_hw_addr_set(dev, np) Reviewed-by: Marcel Holtmann <[email protected]> Acked-by: Marcel Holtmann <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions