]> git.baikalelectronics.ru Git - kernel.git/commit
bluetooth: use dev_addr_set()
authorJakub Kicinski <kuba@kernel.org>
Fri, 22 Oct 2021 23:18:34 +0000 (16:18 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 25 Oct 2021 18:01:29 +0000 (11:01 -0700)
commitf1b38e77017eb1a04e952b02fd3007ca019a3424
treef946be129c8a5808f43ab88fe0a9061c48996de9
parent7c43bd525f32259bb3527f6cfdaff51043864079
bluetooth: use dev_addr_set()

Commit 0e59850f1b49 ("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.

Reviewed-by: Marcel Holtmann <marcel@holtmann.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/bluetooth/6lowpan.c