Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2016 08:17:29 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r305364 - soc2016/yuanxunzhang/head/sys/net
Message-ID:  <201606200817.u5K8HTCW072492@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Mon Jun 20 08:17:29 2016
New Revision: 305364
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=305364

Log:
  EAPS: add functions for eaps interface initialization

Modified:
  soc2016/yuanxunzhang/head/sys/net/eaps.c

Modified: soc2016/yuanxunzhang/head/sys/net/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Jun 20 08:16:08 2016	(r305363)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Jun 20 08:17:29 2016	(r305364)
@@ -241,9 +241,6 @@
 static void
 eaps_init(void *xsc)
 {
-	struct eaps_softc *sc = (struct eaps_softc *)xsc;
-	struct ifnet *ifp = sc->sc_ifp;
-
 	if (ifp->if_drv_flags & IFF_DRV_RUNNING)
 		return;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606200817.u5K8HTCW072492>