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 Do not override state machine to end scann...



details:   https://anonhg.NetBSD.org/src-all/rev/b749700f187e
branches:  trunk
changeset: 949024:b749700f187e
user:      Nathanial Sloss <nat%netbsd.org@localhost>
date:      Thu Sep 03 22:03:29 2020 +1000

description:
Do not override state machine to end scanning.

diffstat:

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

diffs (19 lines):

diff -r b907a07da9f5 -r b749700f187e sys/dev/pci/if_iwm.c
--- a/sys/dev/pci/if_iwm.c      Thu Sep 03 22:02:27 2020 +1000
+++ b/sys/dev/pci/if_iwm.c      Thu Sep 03 22:03:29 2020 +1000
@@ -6479,6 +6479,7 @@
 static void
 iwm_endscan(struct iwm_softc *sc)
 {
+#if 0
        struct ieee80211com *ic = &sc->sc_ic;
        int s;
 
@@ -6488,6 +6489,7 @@
        if (ic->ic_state == IEEE80211_S_SCAN)
                ieee80211_end_scan(ic);
        splx(s);
+#endif
 }
 
 /*



Home | Main Index | Thread Index | Old Index