Don't call ether_ioctl first, check for errors and call it again
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 27 May 2005 15:13:10 +0000 (15:13 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 27 May 2005 15:13:10 +0000 (15:13 +0000)
commit417b83e48022025c670267fc77b3b130d6c28eb8
tree07c75fb65bc01be653f9c7adbd563bb62ba1ac40
parentc1484ba22273c8a8bb5875296a818db785c64dcc
Don't call ether_ioctl first, check for errors and call it again
or process the special cases afterwards. Just call it for those
cases we are not interested in.
sys/dev/netif/txp/if_txp.c