lantiq: replace random_ether_addr with eth_random_addr
authorAleksander Jan Bajkowski <olek2@wp.pl>
Sat, 6 May 2023 18:39:59 +0000 (20:39 +0200)
committerAleksander Jan Bajkowski <olek2@wp.pl>
Sat, 10 Jun 2023 10:40:29 +0000 (12:40 +0200)
commit37c3d6105cfefedd0e5a2d1344418aa69932fcc6
tree3e6185902654187c2d6716d3ff03a82482a6436d
parent6892603efa11603c6f365bee1cf94e98336d72aa
lantiq: replace random_ether_addr with eth_random_addr

Random_ether_addr() is a helper function which was kept for backward
compatibility. It is available in the kernel from version 3.6 to 5.16.
In newer kernel verions, it has been completely replaced by eth_random_addr().

There should be no functional changes.

Ref: https://github.com/torvalds/linux/commit/ba530fea8ca1b57ee71d4e62f287a5d7ed92f789
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
target/linux/lantiq/patches-5.15/0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch