JIRA: https://issues.redhat.com/browse/RHEL-29244
Conflicts: Context diff in bmac.c due to missing
766607570bec ("ethernet: constify references to netdev->dev_addr in drivers")
commit 562ef98a666eef8e32a6057af37a577163ab6946
Author: Jakub Kicinski <kuba@kernel.org>
Date: Wed Oct 13 13:44:34 2021 -0700
ethernet: replace netdev->dev_addr assignment loops
A handful of drivers contains loops assigning the mac
addr byte by byte. Convert those to eth_hw_addr_set().
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Andrew Halaney <ahalaney@redhat.com>