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 prototype for iwm_reset.



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

description:
add prototype for iwm_reset.

diffstat:

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

diffs (11 lines):

diff -r c0c55ec5fadf -r 867ce5df77a9 sys/dev/pci/if_iwm.c
--- a/sys/dev/pci/if_iwm.c      Thu Sep 24 12:19:45 2020 +1000
+++ b/sys/dev/pci/if_iwm.c      Thu Sep 24 12:22:03 2020 +1000
@@ -324,6 +324,7 @@
 static void    iwm_scan_end(struct ieee80211com *);
 static void    iwm_set_channel(struct ieee80211com *);
 static void    iwm_scan_curchan(struct ieee80211_scan_state *, unsigned long);
+static int     iwm_reset(struct ieee80211vap *, u_long);
 static int     iwm_transmit(struct ieee80211com *, struct mbuf *);
 static int     iwm_raw_xmit(struct ieee80211_node *, struct mbuf *,
                    const struct ieee80211_bpf_params *);



Home | Main Index | Thread Index | Old Index