Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/28/2004 22:30:07
Module Name: src
Committed By: dyoung
Date: Tue Dec 28 22:30:07 UTC 2004
Modified Files:
src/sys/dev/ic: rtw.c rtwvar.h
Log Message:
Add bpf(4) packet taps to rtw(4). Now you can tap DLT_EN10MB
(Ethernet II), DLT_IEEE802_11 (802.11), and DLT_IEEE802_11_RADIO
(radiotap + 802.11).
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/dev/ic/rtw.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/ic/rtwvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.