freebsd-skq/sys/dev/nge
yongari 125afe6753 MFC r277050:
Receive filter configuration is done in nge_rxfilter().  Remove
  unnecessary filter configuration code in nge_init_locked().
  While I'm here add a check for driver running state for multicast
  filter handling.  Also remove unnecessary assignment to error
  variable since it is cleared in the function entry.
2015-03-26 05:07:18 +00:00
..
if_nge.c MFC r277050: 2015-03-26 05:07:18 +00:00
if_ngereg.h