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 ieee80211_begin_scan is not part of the ph...



details:   https://anonhg.NetBSD.org/src-all/rev/2ae66b156c3a
branches:  trunk
changeset: 1027012:2ae66b156c3a
user:      Nathanial Sloss <nat%netbsd.org@localhost>
date:      Thu Sep 24 12:51:51 2020 +1000

description:
ieee80211_begin_scan is not part of the phil-wifi stack.

iwm now compiles.

diffstat:

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

diffs (12 lines):

diff -r 3b9fddbcd04c -r 2ae66b156c3a sys/dev/pci/if_iwm.c
--- a/sys/dev/pci/if_iwm.c      Thu Sep 24 12:50:31 2020 +1000
+++ b/sys/dev/pci/if_iwm.c      Thu Sep 24 12:51:51 2020 +1000
@@ -6940,7 +6940,7 @@
        ifp->if_flags &= ~IFF_OACTIVE;
        ifp->if_flags |= IFF_RUNNING;
 
-       ieee80211_begin_scan(&sc->sc_ic, 0);
+//     ieee80211_begin_scan(&sc->sc_ic, 0);
        SET(sc->sc_flags, IWM_FLAG_HW_INITED);
 
        return 0;



Home | Main Index | Thread Index | Old Index