Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2013 18:58:12 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249775 - head/sys/dev/etherswitch/arswitch
Message-ID:  <201304221858.r3MIwCa9061843@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Apr 22 18:58:12 2013
New Revision: 249775
URL: http://svnweb.freebsd.org/changeset/base/249775

Log:
  Update arswitch to the new API.

Modified:
  head/sys/dev/etherswitch/arswitch/arswitch.c

Modified: head/sys/dev/etherswitch/arswitch/arswitch.c
==============================================================================
--- head/sys/dev/etherswitch/arswitch/arswitch.c	Mon Apr 22 18:53:36 2013	(r249774)
+++ head/sys/dev/etherswitch/arswitch/arswitch.c	Mon Apr 22 18:58:12 2013	(r249775)
@@ -435,7 +435,7 @@ arswitch_getport(device_t dev, etherswit
 	
 	if (p->es_port < 0 || p->es_port >= AR8X16_NUM_PORTS)
 		return (ENXIO);
-	p->es_vlangroup = 0;
+	p->es_pvid = 0;
 
 	mii = arswitch_miiforport(sc, p->es_port);
 	if (p->es_port == 0) {



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