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 canges for newstate cb.



details:   https://anonhg.NetBSD.org/src-all/rev/b12c677ff6d5
branches:  trunk
changeset: 949865:b12c677ff6d5
user:      Nathanial Sloss <nat%netbsd.org@localhost>
date:      Fri May 01 02:05:06 2020 +1000

description:
Add canges for newstate cb.

diffstat:

 sys/dev/pci/if_iwnvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f97bbc50a093 -r b12c677ff6d5 sys/dev/pci/if_iwnvar.h
--- a/sys/dev/pci/if_iwnvar.h   Fri May 01 01:09:09 2020 +1000
+++ b/sys/dev/pci/if_iwnvar.h   Fri May 01 02:05:06 2020 +1000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_iwnvar.h,v 1.22 2020/03/20 16:35:41 sevan Exp $     */
+/*     $NetBSD: if_iwnvar.h,v 1.20.4.2 2020/04/13 08:04:26 martin Exp $        */
 /*     $OpenBSD: if_iwnvar.h,v 1.28 2014/09/09 18:55:08 sthen Exp $    */
 
 /*-
@@ -204,7 +204,7 @@
 
        struct ethercom         sc_ec;
        struct ieee80211com     sc_ic;
-       int                     (*sc_newstate)(struct ieee80211com *,
+       int                     (*sc_newstate)(struct ieee80211vap *,
                                    enum ieee80211_state, int);
 
        struct ieee80211_amrr   amrr;



Home | Main Index | Thread Index | Old Index