Module Name: src Committed By: ozaki-r Date: Tue Dec 6 08:21:47 UTC 2016
Modified Files:
src/sys/dev/ic: lemac.c
Log Message:
Don't check if the frame is for us in the driver
It's done normally by ether_input now. And also if drop packets here,
bridge(4) doesn't work with the driver.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/ic/lemac.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
