aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ral/rt2560var.h
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2015-10-12 05:21:51 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2015-10-12 05:21:51 +0000
commit4f4a7a03cea15a671284f9c06ada80755c994df6 (patch)
tree89d9af1dbac1f7b85fbbad15b7590d4d8d1a2a70 /sys/dev/ral/rt2560var.h
parentc0658ced70dc9dad95f7276d5ed7cf081343e86f (diff)
downloadsrc-4f4a7a03cea15a671284f9c06ada80755c994df6.tar.gz
src-4f4a7a03cea15a671284f9c06ada80755c994df6.zip
net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (never used here)
Submitted by: <s3erios@gmail.com> Differential Revision: https://reviews.freebsd.org/D3776
Notes
Notes: svn path=/head/; revision=289168
Diffstat (limited to 'sys/dev/ral/rt2560var.h')
-rw-r--r--sys/dev/ral/rt2560var.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ral/rt2560var.h b/sys/dev/ral/rt2560var.h
index 12601d8ef38b..9d7ed5394c6c 100644
--- a/sys/dev/ral/rt2560var.h
+++ b/sys/dev/ral/rt2560var.h
@@ -146,10 +146,8 @@ struct rt2560_softc {
int nb_ant;
struct rt2560_rx_radiotap_header sc_rxtap;
- int sc_rxtap_len;
-
struct rt2560_tx_radiotap_header sc_txtap;
- int sc_txtap_len;
+
#define RT2560_F_INPUT_RUNNING 0x1
#define RT2560_F_RUNNING 0x2
int sc_flags;