From b441f1c6a000da975589b002f38c1b57ca327e22 Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 22 Oct 2005 17:20:47 +0000 Subject: - move some initialization of proto handle from _tcl to core - read_len is actually a pointer to the value git-svn-id: https://svn.gnumonks.org/trunk/librfid@1549 e0336214-984f-0b4b-a45f-81c69e1f0ede --- rfid_proto_tcl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'rfid_proto_tcl.c') 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); -- cgit v1.2.3