PERFORCE change 64273 for review

Sam Leffler sam at FreeBSD.org
Thu Nov 4 14:58:09 PST 2004


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

Change 64273 by sam at sam_ebb on 2004/11/04 22:57:37

	move ieee80211_announce under bootverbose

Affected files ...

.. //depot/projects/wifi/sys/dev/wi/if_wi.c#3 edit

Differences ...

==== //depot/projects/wifi/sys/dev/wi/if_wi.c#3 (text+ko) ====

@@ -499,7 +499,8 @@
 	sc->sc_rx_th.wr_ihdr.it_present = htole32(WI_RX_RADIOTAP_PRESENT);
 #endif
 
-	ieee80211_announce(ic);
+	if (bootverbose)
+		ieee80211_announce(ic);
 
 	return (0);
 }


More information about the p4-projects mailing list