PERFORCE change 64269 for review

Sam Leffler sam at FreeBSD.org
Thu Nov 4 14:50:00 PST 2004


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

Change 64269 by sam at sam_ebb on 2004/11/04 22:49:22

	move ieee80211_announce under bootverbose

Affected files ...

.. //depot/projects/wifi/sys/dev/ath/if_ath.c#8 edit

Differences ...

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

@@ -506,7 +506,8 @@
 
 	ath_bpfattach(sc);
 
-	ieee80211_announce(ic);
+	if (bootverbose)
+		ieee80211_announce(ic);
 	ath_announce(sc);
 	return 0;
 bad2:


More information about the p4-projects mailing list