Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src-draft/trunk]: src/sys/dev/pci Remove temp. debugging printfs.



details:   https://anonhg.NetBSD.org/src-all/rev/e94d1cf51cc9
branches:  trunk
changeset: 1026882:e94d1cf51cc9
user:      Nathanial Sloss <nat%netbsd.org@localhost>
date:      Mon May 18 20:31:02 2020 +1000

description:
Remove temp. debugging printfs.

diffstat:

 sys/dev/pci/if_iwn.c |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 21c682f60c18 -r e94d1cf51cc9 sys/dev/pci/if_iwn.c
--- a/sys/dev/pci/if_iwn.c      Mon May 18 20:27:02 2020 +1000
+++ b/sys/dev/pci/if_iwn.c      Mon May 18 20:31:02 2020 +1000
@@ -842,7 +842,6 @@
 {
        struct iwn_softc *sc = ic->ic_softc;
 
-printf("SCAN_START\n");
        /* make the link LED blink while we're scanning */
        iwn_set_led(sc, IWN_LED_LINK, 20, 2);
 }
@@ -856,7 +855,6 @@
        struct iwn_softc *sc = ic->ic_softc;
        struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps);
 
-printf("SCAN_END\n");
        if (vap->iv_state == IEEE80211_S_RUN) {
                /* Set link LED to ON status if we are associated */
                iwn_set_led(sc, IWN_LED_LINK, 0, 1);
@@ -896,7 +894,6 @@
        struct ieee80211com *ic = vap->iv_ic;
        int error;
 
-printf("SCAN CURCHAN\n");
        error = iwn_scan(ic, ss);
        if (error != 0)
                ieee80211_cancel_scan(vap);
@@ -2956,7 +2953,6 @@
                }
                case IWN_STOP_SCAN:
                {
-printf("STOP SCAN\n");
                        struct iwn_stop_scan *scan =
                            (struct iwn_stop_scan *)(desc + 1);
 



Home | Main Index | Thread Index | Old Index