summaryrefslogtreecommitdiffstats
path: root/sys/dev/ar/if_ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ar/if_ar.c')
-rw-r--r--sys/dev/ar/if_ar.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c
index 374aed9..a3fa4a2 100644
--- a/sys/dev/ar/if_ar.c
+++ b/sys/dev/ar/if_ar.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ar.c,v 1.22 1998/08/24 02:28:15 bde Exp $
+ * $Id: if_ar.c,v 1.23 1998/10/22 05:58:38 bde Exp $
*/
/*
@@ -357,13 +357,6 @@ arattach(struct isa_device *id)
sppp_attach((struct ifnet *)&sc->ifsppp);
if_attach(ifp);
- /*
- * Shortcut the sppp tls/tlf actions to up/down events
- * since our lower layer is always ready.
- */
- sc->ifsppp.pp_tls = sc->ifsppp.pp_up;
- sc->ifsppp.pp_tlf = sc->ifsppp.pp_down;
-
#if NBPFILTER > 0
bpfattach(ifp, DLT_PPP, PPP_HEADER_LEN);
#endif
OpenPOWER on IntegriCloud