fix typo in conditional

This commit is contained in:
Kip Macy 2009-04-27 23:43:28 +00:00
parent b3e6cec7b3
commit 8f781951eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191612

View File

@ -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