Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Remove unused iwm_softc member.



details:   https://anonhg.NetBSD.org/src/rev/ecb5af768552
branches:  trunk
changeset: 821030:ecb5af768552
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Sat Jan 21 05:58:49 2017 +0000

description:
Remove unused iwm_softc member.

diffstat:

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

diffs (17 lines):

diff -r dff622a4f4a6 -r ecb5af768552 sys/dev/pci/if_iwmvar.h
--- a/sys/dev/pci/if_iwmvar.h   Sat Jan 21 05:54:06 2017 +0000
+++ b/sys/dev/pci/if_iwmvar.h   Sat Jan 21 05:58:49 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_iwmvar.h,v 1.15 2017/01/13 11:21:47 nonaka Exp $    */
+/*     $NetBSD: if_iwmvar.h,v 1.16 2017/01/21 05:58:49 nonaka Exp $    */
 /*     OpenBSD: if_iwmvar.h,v 1.24 2016/09/21 13:53:18 stsp Exp        */
 
 /*
@@ -356,7 +356,6 @@
        struct ieee80211com sc_ic;
 
        int (*sc_newstate)(struct ieee80211com *, enum ieee80211_state, int);
-       int sc_newstate_pending;
 
        struct ieee80211_amrr sc_amrr;
        struct callout sc_calib_to;



Home | Main Index | Thread Index | Old Index