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

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

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:24:48 2016	(r305367)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Jun 20 08:25:42 2016	(r305368)
@@ -69,7 +69,7 @@
 static int	eaps_ioctl(struct ifnet *, u_long, caddr_t);
 static int	eaps_transmit(struct ifnet *, struct mbuf *);
 static void	eaps_qflush(struct ifnet *);
-static void	bridge_init(void *);
+static void	eaps_init(void *);
 
 static VNET_DEFINE(struct if_clone *, eaps_cloner);
 #define	V_eaps_cloner	VNET(eaps_cloner)



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