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_uathvar.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_uathvar.h')
-rw-r--r-- | sys/dev/usb/wlan/if_uathvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/wlan/if_uathvar.h b/sys/dev/usb/wlan/if_uathvar.h index 4b4d9fc..a38f54f 100644 --- a/sys/dev/usb/wlan/if_uathvar.h +++ b/sys/dev/usb/wlan/if_uathvar.h @@ -230,9 +230,7 @@ struct uath_softc { #define UATH_FLAG_INITDONE (1 << 2) struct uath_rx_radiotap_header sc_rxtap; - int sc_rxtap_len; struct uath_tx_radiotap_header sc_txtap; - int sc_txtap_len; }; #define UATH_LOCK(sc) mtx_lock(&(sc)->sc_mtx) |