socsvn commit: r307975 - in soc2016/yuanxunzhang/head: sys/net usr.sbin/eaps

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Thu Aug 18 21:52:23 UTC 2016


Author: yuanxunzhang
Date: Thu Aug 18 21:52:22 2016
New Revision: 307975
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307975

Log:
  EAPS: query eaps domian status

Modified:
  soc2016/yuanxunzhang/head/sys/net/eaps.h
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h

Modified: soc2016/yuanxunzhang/head/sys/net/eaps.h
==============================================================================
--- soc2016/yuanxunzhang/head/sys/net/eaps.h	Thu Aug 18 21:49:48 2016	(r307974)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.h	Thu Aug 18 21:52:22 2016	(r307975)
@@ -37,7 +37,7 @@
 struct eaps_state {
 	char			ifname[IFNAMSIZ];	/* name of the eaps */
 	uint8_t			state;              /* state of eaps */
-	uint8_t         active;             /* enable or disable eaps */
+	uint8_t         status;             /* enable or disable eaps */
 };
 
 /*

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h	Thu Aug 18 21:49:48 2016	(r307974)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h	Thu Aug 18 21:52:22 2016	(r307975)
@@ -44,7 +44,7 @@
 struct eaps_state {
 	char			ifname[IFNAMSIZ];	/* name of the eaps */
 	uint8_t			state;              /* state of eaps */
-	uint8_t         active;             /* enable or disable eaps */
+	uint8_t         status;             /* enable or disable eaps */
 };
 
 /*


More information about the svn-soc-all mailing list