socsvn commit: r305371 - soc2016/yuanxunzhang/head/sys/net

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Mon Jun 20 08:28:26 UTC 2016


Author: yuanxunzhang
Date: Mon Jun 20 08:28:25 2016
New Revision: 305371
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=305371

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:27:02 2016	(r305370)
+++ soc2016/yuanxunzhang/head/sys/net/eaps.c	Mon Jun 20 08:28:25 2016	(r305371)
@@ -211,7 +211,7 @@
 /*
  * eaps_transmit:
  *
- *	Do output on a bridge.
+ *	Do output on a eaps.
  *
  */
 static int
@@ -226,7 +226,7 @@
  * The ifp->if_qflush entry point for eaps(4) is no-op.
  */
 static void
-bridge_qflush(struct ifnet *ifp __unused)
+eaps_qflush(struct ifnet *ifp __unused)
 {
 }
 


More information about the svn-soc-all mailing list