diff options
author | Ilan Elias <ilane@ti.com> | 2011-11-09 12:09:16 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-11-11 12:32:50 -0500 |
commit | db98c829b70e0a313e627d1c63cf5a7087290e5c (patch) | |
tree | ddf1c3982c0a07ece89355675efd4464475cac57 /include | |
parent | ee4c64fb984e652c0d49d41d19d1b8e4576c3203 (diff) | |
download | linux-3.10-db98c829b70e0a313e627d1c63cf5a7087290e5c.tar.gz linux-3.10-db98c829b70e0a313e627d1c63cf5a7087290e5c.tar.bz2 linux-3.10-db98c829b70e0a313e627d1c63cf5a7087290e5c.zip |
NFC: Check if NCI data flow control is used
Check if NCI data flow control is used in nci_tx_work.
Signed-off-by: Ilan Elias <ilane@ti.com>
Acked-by: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/nfc/nci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/nfc/nci.h b/include/net/nfc/nci.h index 0b34fde9b13..cdbe6713934 100644 --- a/include/net/nfc/nci.h +++ b/include/net/nfc/nci.h @@ -108,6 +108,9 @@ /* NCI Static RF connection ID */ #define NCI_STATIC_RF_CONN_ID 0x00 +/* NCI Data Flow Control */ +#define NCI_DATA_FLOW_CONTROL_NOT_USED 0xff + /* NCI RF_DISCOVER_MAP_CMD modes */ #define NCI_DISC_MAP_MODE_POLL 0x01 #define NCI_DISC_MAP_MODE_LISTEN 0x02 |