PERFORCE change 72946 for review

Sam Leffler sam at FreeBSD.org
Fri Mar 11 22:01:47 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=72946

Change 72946 by sam at sam_ebb on 2005/03/12 06:01:42

	typo

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_freebsd.c#4 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_freebsd.c#4 (text+ko) ====

@@ -345,7 +345,7 @@
 	error = copyin(params, &cp, sizeof(cp));
 	if (error)
 		return error;
-	ifp = ifunit(cp.icp_name);
+	ifp = ifunit(cp.icp_parent);
 	if (ifp == NULL)
 		return ENXIO;
 	ic = ifp->if_softc;		/* XXX */


More information about the p4-projects mailing list