commit | 5fae53d0f1554d35f159a386cd16edf94838279d | [log] [tgz] |
---|---|---|
author | Lucas Stach <dev@lynxeye.de> | Wed Aug 22 11:04:58 2012 +0000 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed Sep 26 12:36:30 2012 -0500 |
tree | 24963814e6252082b3c570850ee6bc9c27208aed | |
parent | e1dbdf9109a2739862ccd3c39be0b8ee37721cb6 [diff] |
net: asix: split out basic reset function The basic device reset ensures that the device is ready to service commands and does not need to get redone before each network operation. Split out the basic reset from asix_init() and instead call it from asix_eth_get_info(), so that it only gets called once. Signed-off-by: Lucas Stach <dev@lynxeye.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>