diff options
author | ngie <ngie@FreeBSD.org> | 2015-10-12 08:20:41 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-10-12 08:20:41 +0000 |
commit | 40fbae4ade405f27176b15190bc55e19b65f48ef (patch) | |
tree | 8c49a7828c274f2da261db8916574f9a63fa04b6 /sys/dev/usb/wlan/if_urtwvar.h | |
parent | b60afb3d49570c8d2c8519e2a2ee1288349a080a (diff) | |
parent | 67366adb20c44f7e7f9f3739419e8a0a82157433 (diff) | |
download | FreeBSD-src-40fbae4ade405f27176b15190bc55e19b65f48ef.zip FreeBSD-src-40fbae4ade405f27176b15190bc55e19b65f48ef.tar.gz |
MFhead @ r289173
Diffstat (limited to 'sys/dev/usb/wlan/if_urtwvar.h')
-rw-r--r-- | sys/dev/usb/wlan/if_urtwvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/wlan/if_urtwvar.h b/sys/dev/usb/wlan/if_urtwvar.h index a423214..08ffc8f 100644 --- a/sys/dev/usb/wlan/if_urtwvar.h +++ b/sys/dev/usb/wlan/if_urtwvar.h @@ -178,9 +178,7 @@ struct urtw_softc { struct urtw_stats sc_stats; struct urtw_rx_radiotap_header sc_rxtap; - int sc_rxtap_len; struct urtw_tx_radiotap_header sc_txtap; - int sc_txtap_len; }; #define URTW_LOCK(sc) mtx_lock(&(sc)->sc_mtx) |