Subject: Re: if_detatch
To: Bill Studenmund <wrstuden@loki.stanford.edu>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: tech-kern
Date: 06/30/1997 18:36:46
On Mon, 30 Jun 1997 18:07:26 -3100 (PDT),
wrstuden@loki.stanford.edu (Bill Studenmund) writes:
>I'm playing with some lkm net driver ideas (basically an ifnet which
>is from an lkm), and I need to be able to delete the interface when
>unloading the lkm. So I'm writing an if_detatch routine.
Isn't there an interface-detach routine in the PCMCIA patches?
How does yours compare to that? Can we merge the two?