Module Name: src Committed By: maxv Date: Fri Jun 1 09:10:52 UTC 2018
Modified Files:
src/sys/dev/ic: rtl8169.c
Log Message:
Use m_remove_pkthdr() instead of "&= ~M_PKTHDR", to ensure the tags get
freed. Several other drivers have this problem it seems...
To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/sys/dev/ic/rtl8169.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
