WSL2-Linux-Kernel/drivers/net/ethernet/cavium/liquidio
Jakub Kicinski 43da399e50 ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
[ Upstream commit f3956ebb3b ]

Convert Ethernet from ether_addr_copy() to eth_hw_addr_set():

  @@
  expression dev, np;
  @@
  - ether_addr_copy(dev->dev_addr, np)
  + eth_hw_addr_set(dev, np)

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: 1d6d537dc5 ("net: ethernet: mtk_eth_soc: handle probe deferral")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-07-27 08:46:59 +02:00
..
Makefile
cn23xx_pf_device.c
cn23xx_pf_device.h
cn23xx_pf_regs.h
cn23xx_vf_device.c
cn23xx_vf_device.h
cn23xx_vf_regs.h
cn66xx_device.c
cn66xx_device.h
cn66xx_regs.h
cn68xx_device.c
cn68xx_device.h
cn68xx_regs.h
lio_core.c ethernet: use eth_hw_addr_set() instead of ether_addr_copy() 2023-07-27 08:46:59 +02:00
lio_ethtool.c
lio_main.c ethernet: use eth_hw_addr_set() instead of ether_addr_copy() 2023-07-27 08:46:59 +02:00
lio_vf_main.c ethernet: use eth_hw_addr_set() instead of ether_addr_copy() 2023-07-27 08:46:59 +02:00
lio_vf_rep.c
lio_vf_rep.h
liquidio_common.h
liquidio_image.h
octeon_config.h
octeon_console.c
octeon_device.c
octeon_device.h
octeon_droq.c
octeon_droq.h
octeon_iq.h
octeon_mailbox.c
octeon_mailbox.h
octeon_main.h
octeon_mem_ops.c
octeon_mem_ops.h
octeon_network.h
octeon_nic.c
octeon_nic.h
request_manager.c
response_manager.c
response_manager.h