PERFORCE change 112413 for review

Kip Macy kmacy at FreeBSD.org
Mon Jan 1 20:46:10 PST 2007


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

Change 112413 by kmacy at kmacy_storage:sam_wifi on 2007/01/02 04:45:55

	remove some (now) superfluous debugging statements

Affected files ...

.. //depot/projects/wifi/sys/dev/ral/rt2560.c#5 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ral/rt2560.c#5 (text) ====

@@ -2613,7 +2613,6 @@
 	struct ifnet *ifp = ic->ic_ifp;
 	struct rt2560_softc *sc = ifp->if_softc;
 
-	printf("starting scan\n");
 	/* abort TSF synchronization */
 	RAL_WRITE(sc, RT2560_CSR14, 0);
 	rt2560_set_bssid(sc, ifp->if_broadcastaddr);
@@ -2624,7 +2623,7 @@
 {
 	struct ifnet *ifp = ic->ic_ifp;
 	struct rt2560_softc *sc = ifp->if_softc;
-	printf("ending scan\n");
+
 	rt2560_enable_tsf_sync(sc);
 	/* XXX keep local copy */
 	rt2560_set_bssid(sc, ic->ic_bss->ni_bssid);


More information about the p4-projects mailing list