]> git.baikalelectronics.ru Git - kernel.git/commit
net: axienet: Add mii-tool support
authorAndre Przywara <andre.przywara@arm.com>
Tue, 24 Mar 2020 13:23:43 +0000 (13:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Mar 2020 23:33:04 +0000 (16:33 -0700)
commit14addb2ab91b864954064f39112261c5018cdf8d
treef616dedc7e85aad62fc0e50067540d4cff046658
parent091e8ca2fe87c94e1438509448699cf39673672c
net: axienet: Add mii-tool support

mii-tool is useful for debugging, and all it requires to work is to wire
up the ioctl ops function pointer.
Add this to the axienet driver to enable mii-tool.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/xilinx_axienet_main.c