ath25: eth: Fix PHY access over ar2313 driver
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 28 Jul 2024 18:31:48 +0000 (20:31 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 28 Jul 2024 21:56:36 +0000 (23:56 +0200)
commit6edde2b502b512cc2ee9bc91f6f221801b8e1834
tree467b7534f61091fb24bea66410a4895c7d18601c
parent2e064182bf1421ce00ffbfb79d147d92db4ea939
ath25: eth: Fix PHY access over ar2313 driver

.ndo_do_ioctl is not called any more. For PHY MII ioctl handling, the
kernel calls .ndo_eth_ioctl now.

See upstream Linux kernel commit:
https://git.kernel.org/linus/a76053707dbf0dc020a73b4d90cd952409ef3691

Link: https://github.com/openwrt/openwrt/pull/16023
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ath25/patches-5.15/110-ar2313_ethernet.patch