cmd: mii: don't check address for 'device' subcommand
authorHector Palacios <hector.palacios@digi.com>
Fri, 17 Aug 2018 11:06:40 +0000 (13:06 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 24 Oct 2018 19:45:36 +0000 (14:45 -0500)
commitfb265a74cfed2c655e02390d4fb13ffcfece2101
tree7a4ded0a00fa9901d8f6f054616e350f24872f60
parent1ed3c0954bd160dafcad8847a51c3ddd5f992f51
cmd: mii: don't check address for 'device' subcommand

All mii operations require a valid PHY address except the 'device'
command, which expects the PHY name rather than the address.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
cmd/mii.c