hostap: use eth_hw_addr_set()
authorJakub Kicinski <kuba@kernel.org>
Mon, 18 Oct 2021 23:50:16 +0000 (16:50 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 20 Oct 2021 09:39:46 +0000 (12:39 +0300)
commit2202c2f428e1d00e14a9a9820f4251dc10a11617
tree6dd33f31ada0cbe3b47443ee8912cbda8b857a7b
parentd8a416def4c8139e07e9e126359e781268d04a2d
hostap: 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 got through appropriate helpers.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20211018235021.1279697-11-kuba@kernel.org
drivers/net/wireless/intersil/hostap/hostap_hw.c