PERFORCE change 138754 for review

Sam Leffler sam at FreeBSD.org
Thu Mar 27 15:17:27 PDT 2008


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

Change 138754 by sam at sam_ebb on 2008/03/27 22:17:13

	fix debug msg

Affected files ...

.. //depot/projects/vap/sys/dev/ath/if_ath.c#50 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/if_ath.c#50 (text+ko) ====

@@ -2543,7 +2543,7 @@
 	} else
 		mfilt[0] = mfilt[1] = ~0;
 	ath_hal_setmcastfilter(sc->sc_ah, mfilt[0], mfilt[1]);
-	DPRINTF(sc, ATH_DEBUG_MODE, "%s: , MC filter %08x:%08x\n",
+	DPRINTF(sc, ATH_DEBUG_MODE, "%s: MC filter %08x:%08x\n",
 		__func__, mfilt[0], mfilt[1]);
 }
 


More information about the p4-projects mailing list