mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-28 15:14:11 +00:00
c4dc5dbd33
.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/16005 (cherry picked from commit dbccc9cf9161103448737785617e6ad537c7da9f) Link: https://github.com/openwrt/openwrt/pull/16023 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>