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)
commit979594c5ff7b82e4787c8491680a2658bd88b780
tree8c1f50fa1a1b9847a9fb822ad0603d86dcd35852
parent1388d4ad9d828f7d5ad8327d12fa2afb9abdf08a
parent2c193f2cb11074bb7859605db3562ad653ab5ec7
Merge branch 'dev_addr-const'

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>