svn commit: r354493 - head/sys/dev/iwm
Mark Johnston
markj at FreeBSD.org
Thu Nov 7 23:29:00 UTC 2019
Author: markj
Date: Thu Nov 7 23:29:00 2019
New Revision: 354493
URL: https://svnweb.freebsd.org/changeset/base/354493
Log:
iwm: Remove a couple of unused fields from the softc.
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/iwm/if_iwmvar.h
Modified: head/sys/dev/iwm/if_iwmvar.h
==============================================================================
--- head/sys/dev/iwm/if_iwmvar.h Thu Nov 7 23:27:54 2019 (r354492)
+++ head/sys/dev/iwm/if_iwmvar.h Thu Nov 7 23:29:00 2019 (r354493)
@@ -459,8 +459,6 @@ struct iwm_softc {
struct iwm_rx_ring rxq;
int qfullmsk;
- int sc_sf_state;
-
/* ICT table. */
struct iwm_dma_info ict_dma;
int ict_cur;
@@ -525,8 +523,6 @@ struct iwm_softc {
struct iwm_notif_statistics_v10 sc_stats;
int sc_noise;
-
- caddr_t sc_drvbpf;
struct iwm_rx_radiotap_header sc_rxtap;
struct iwm_tx_radiotap_header sc_txtap;
More information about the svn-src-all
mailing list