Fix build.

This commit is contained in:
Pyun YongHyeon 2011-05-07 04:40:44 +00:00
parent ef1901a3c9
commit de53eba037

View File

@ -2380,7 +2380,7 @@ xl_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count)
}
if (status & XL_STAT_STATSOFLOW)
xl_stats_update_locked(sc);
xl_stats_update(sc);
}
}
return (rx_npkts);