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 Add function for iwm_parent.



details:   https://anonhg.NetBSD.org/src-all/rev/3f3937b81722
branches:  trunk
changeset: 950054:3f3937b81722
user:      Nathanial Sloss <nat%netbsd.org@localhost>
date:      Thu Sep 24 12:23:39 2020 +1000

description:
Add function for iwm_parent.

diffstat:

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

diffs (20 lines):

diff -r 78c54a12a378 -r 3f3937b81722 sys/dev/pci/if_iwm.c
--- a/sys/dev/pci/if_iwm.c      Thu Sep 24 12:22:03 2020 +1000
+++ b/sys/dev/pci/if_iwm.c      Thu Sep 24 12:23:39 2020 +1000
@@ -8454,6 +8454,16 @@
        return 0;
 }
 
+static void
+iwm_parent(struct ieee80211com *ic)
+{
+       struct iwn_softc *sc __unused = ic->ic_softc;
+
+       DPRINTFN(DBG_FN, ("%s: %s\n",device_xname(sc->sc_dev), __func__));
+
+       /* Not sure what to do here yet. */
+} 
+
 static struct ieee80211vap *
 iwm_vap_create(struct ieee80211com *ic,  const char name[IFNAMSIZ],
     int  unit, enum ieee80211_opmode opmode, int flags,



Home | Main Index | Thread Index | Old Index