Merge branch 'dev_addr-const'
authorDavid S. Miller <davem@davemloft.net>
Sat, 20 Nov 2021 12:26:09 +0000 (12:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Nov 2021 12:26:09 +0000 (12:26 +0000)
Jakub Kicinski says:

====================
net: constify netdev->dev_addr

Take care of a few stragglers and make netdev->dev_addr const.

netdev->dev_addr can be held on the address tree like any other
address now.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge