linux/drivers/net/ethernet/qualcomm/rmnet
Jakub Kicinski db0dcc6a8a ethernet: make use of eth_hw_addr_random() where appropriate
Number of drivers use eth_random_addr(netdev->dev_addr)
thus writing to netdev->dev_addr directly, and not setting
the address type. Switch them to eth_hw_addr_random().

  @@
  expression netdev;
  @@
  - eth_random_addr(netdev->dev_addr);
  + eth_hw_addr_random(netdev);

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-10-14 09:22:15 -07:00
..
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile
rmnet_config.c net: qualcomm: rmnet: Allow partial updates of IFLA_FLAGS 2021-06-16 12:16:22 -07:00
rmnet_config.h net: qualcomm: rmnet: IPv4 header has zero checksum 2021-06-11 13:37:49 -07:00
rmnet_handlers.c net: ethernet: rmnet: Always subtract MAP header 2021-06-09 15:37:07 -07:00
rmnet_handlers.h
rmnet_map_command.c net: qualcomm: rmnet: kill RMNET_MAP_GET_*() accessor macros 2021-03-15 20:41:58 -07:00
rmnet_map_data.c net: qualcomm: rmnet: fix two pointer math bugs 2021-06-21 12:19:19 -07:00
rmnet_map.h net: ethernet: rmnet: Add support for MAPv5 egress packets 2021-06-01 17:11:41 -07:00
rmnet_private.h
rmnet_vnd.c ethernet: make use of eth_hw_addr_random() where appropriate 2021-10-14 09:22:15 -07:00
rmnet_vnd.h net: qualcomm: rmnet: Update rmnet device MTU based on real device 2020-12-10 13:30:26 -08:00