mirror of https://github.com/torvalds/linux.git
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> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| rmnet_config.c | ||
| rmnet_config.h | ||
| rmnet_handlers.c | ||
| rmnet_handlers.h | ||
| rmnet_map.h | ||
| rmnet_map_command.c | ||
| rmnet_map_data.c | ||
| rmnet_private.h | ||
| rmnet_vnd.c | ||
| rmnet_vnd.h | ||