From 25ee6cca2a6483ef8d489b2eb60f0fbe475a32f2 Mon Sep 17 00:00:00 2001 From: wollman Date: Tue, 6 Feb 1996 18:51:28 +0000 Subject: Clean up Ethernet drivers: - fill in and use ifp->if_softc - use if_bpf rather than private cookie variables - change bpf interface to take advantage of this - call ether_ifattach() directly from Ethernet drivers - delete kludge in if_attach() that did this indirectly --- sys/net/if_pppvar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/net/if_pppvar.h') diff --git a/sys/net/if_pppvar.h b/sys/net/if_pppvar.h index 4f3e3562..652042c 100644 --- a/sys/net/if_pppvar.h +++ b/sys/net/if_pppvar.h @@ -1,5 +1,5 @@ /* from Id: if_pppvar.h,v 1.1 1994/12/15 22:28:09 paulus Exp */ -/* $Id: if_pppvar.h,v 1.2 1995/10/31 20:24:11 peter Exp $ */ +/* $Id: if_pppvar.h,v 1.3 1996/01/30 22:57:49 mpp Exp $ */ /* * if_pppvar.h - private structures and declarations for PPP. * @@ -73,7 +73,6 @@ struct ppp_softc { #endif u_int sc_bytessent; /* count of octets sent */ u_int sc_bytesrcvd; /* count of octets received */ - caddr_t sc_bpf; /* hook for BPF */ enum NPmode sc_npmode[NUM_NP]; /* what to do with each NP */ struct compressor *sc_xcomp; /* transmit compressor */ void *sc_xc_state; /* transmit compressor state */ -- cgit v1.1