summaryrefslogtreecommitdiff
path: root/rfid_proto_tcl.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfid_proto_tcl.c')
-rw-r--r--rfid_proto_tcl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rfid_proto_tcl.c b/rfid_proto_tcl.c
index da3ecf1..5b63607 100644
--- a/rfid_proto_tcl.c
+++ b/rfid_proto_tcl.c
@@ -647,8 +647,6 @@ tcl_init(struct rfid_layer2_handle *l2h)
th->priv.tcl.state = TCL_STATE_INITIAL;
th->priv.tcl.ats_len = mru;
th->priv.tcl.toggle = 1;
- th->l2h = l2h;
- th->proto = &rfid_protocol_tcl;
th->priv.tcl.fsd = iso14443_fsd_approx(mru);
personal git repositories of Harald Welte. Your mileage may vary