summaryrefslogtreecommitdiff
path: root/include/librfid/rfid_layer2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/librfid/rfid_layer2.h')
-rw-r--r--include/librfid/rfid_layer2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/librfid/rfid_layer2.h b/include/librfid/rfid_layer2.h
index 4622a02..3dd54a2 100644
--- a/include/librfid/rfid_layer2.h
+++ b/include/librfid/rfid_layer2.h
@@ -17,7 +17,7 @@ enum rfid_layer2_id {
struct rfid_layer2_handle *rfid_layer2_init(struct rfid_reader_handle *rh,
unsigned int id);
int rfid_layer2_open(struct rfid_layer2_handle *l2h);
-int rfid_layer2_transcieve(struct rfid_layer2_handle *l2h,
+int rfid_layer2_transceive(struct rfid_layer2_handle *l2h,
enum rfid_frametype frametype,
const unsigned char *tx_buf, unsigned int tx_len,
unsigned char *rx_buf, unsigned int *rx_len,
@@ -42,7 +42,7 @@ struct rfid_layer2 {
struct {
struct rfid_layer2_handle *(*init)(struct rfid_reader_handle *h);
int (*open)(struct rfid_layer2_handle *h);
- int (*transcieve)(struct rfid_layer2_handle *h,
+ int (*transceive)(struct rfid_layer2_handle *h,
enum rfid_frametype frametype,
const unsigned char *tx_buf,
unsigned int tx_len, unsigned char *rx_buf,
personal git repositories of Harald Welte. Your mileage may vary