diff options
Diffstat (limited to 'sys/pci/if_vr.c')
-rw-r--r-- | sys/pci/if_vr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c index 662e7be..9e5ee21 100644 --- a/sys/pci/if_vr.c +++ b/sys/pci/if_vr.c @@ -1348,6 +1348,7 @@ static void vr_start(ifp) /* Pack the data into the descriptor. */ if (vr_encap(sc, cur_tx, m_head)) { IF_PREPEND(&ifp->if_snd, m_head); + ifp->if_flags |= IFF_OACTIVE; cur_tx = NULL; break; } |