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

next in thread | raw e-mail | index | archive | help
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)
 {
 }
 



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