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

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

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:25:42 2016	(r305368)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Jun 20 08:26:26 2016	(r305369)
@@ -195,7 +195,7 @@
 static int
 eaps_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
 {
-	struct bridge_softc *sc = ifp->if_softc;
+	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?201606200826.u5K8QRA4091167>