fix typo in conditional

This commit is contained in:
Kip Macy 2009-04-27 23:43:28 +00:00
parent b3e6cec7b3
commit 8f781951eb

View File

@ -1088,7 +1088,7 @@ em_start_locked(struct ifnet *ifp)
if (em_xmit(adapter, &m_head)) { if (em_xmit(adapter, &m_head)) {
if (m_head == NULL) if (m_head == NULL)
break; break;
#ifndef IFNET_BUFRING #ifndef IFNET_BUF_RING
ifp->if_drv_flags |= IFF_DRV_OACTIVE; ifp->if_drv_flags |= IFF_DRV_OACTIVE;
IFQ_DRV_PREPEND(&ifp->if_snd, m_head); IFQ_DRV_PREPEND(&ifp->if_snd, m_head);
#endif #endif