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

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

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:26:26 2016	(r305369)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Jun 20 08:27:02 2016	(r305370)
@@ -195,7 +195,6 @@
 static int
 eaps_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
 {
-	struct eaps_softc *sc = ifp->if_softc;
 	int error = 0;
 
 	switch (cmd) {



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