fix typo in conditional
This commit is contained in:
parent
b3e6cec7b3
commit
8f781951eb
@ -1088,7 +1088,7 @@ em_start_locked(struct ifnet *ifp)
|
||||
if (em_xmit(adapter, &m_head)) {
|
||||
if (m_head == NULL)
|
||||
break;
|
||||
#ifndef IFNET_BUFRING
|
||||
#ifndef IFNET_BUF_RING
|
||||
ifp->if_drv_flags |= IFF_DRV_OACTIVE;
|
||||
IFQ_DRV_PREPEND(&ifp->if_snd, m_head);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user