pfnStop() seems to take a flags argument which as far as I can tell from
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 14 Dec 2005 17:04:29 +0000 (17:04 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 14 Dec 2005 17:04:29 +0000 (17:04 +0000)
commitd18fa9b52b58682af126f8a1c0db498366fa32ba
tree4c81e1c905866766a8b59f1a66688c7d7444a765
parent4d38fa871869fde933ae244450bbaa6f3aff57cc
pfnStop() seems to take a flags argument which as far as I can tell from
the header file needs specific flags rather then 0.

Move the calls to nv_setmulti() and nv_ifmedia_upd() to just before
the pfnStart() call.   Note that FreeBSD moved the calls even further
back, to before the pfnInit(), but that is probably not correct.
sys/dev/netif/nv/if_nv.c