Date: Thu, 18 Aug 2016 16:42:24 GMT From: yuanxunzhang@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r307967 - soc2016/yuanxunzhang/head/sys/net Message-ID: <201608181642.u7IGgOSt033293@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang Date: Thu Aug 18 16:42:23 2016 New Revision: 307967 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307967 Log: EAPS: query eaps domian status Modified: soc2016/yuanxunzhang/head/sys/net/eaps.c Modified: soc2016/yuanxunzhang/head/sys/net/eaps.c ============================================================================== --- soc2016/yuanxunzhang/head/sys/net/eaps.c Thu Aug 18 16:39:29 2016 (r307966) +++ soc2016/yuanxunzhang/head/sys/net/eaps.c Thu Aug 18 16:42:23 2016 (r307967) @@ -78,8 +78,6 @@ #define V_eaps_cloner VNET(eaps_cloner) static const char eaps_name[] = "eaps"; -LIST_HEAD(, eaps_state) es_list_head; -static struct mtx es_list_mtx; SYSCTL_DECL(_net_link); static SYSCTL_NODE(_net_link, IFT_EAPS, eaps, CTLFLAG_RW, 0, "EAPS"); @@ -264,7 +262,7 @@ } void -eaps_detach(struct eaps_softc *es) +eaps_detach(struct eaps_softc *sc) { }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608181642.u7IGgOSt033293>