summaryrefslogtreecommitdiff
path: root/net/nfc/nci/lib.c
diff options
context:
space:
mode:
authorIlan Elias <ilane@ti.com>2011-12-20 14:57:40 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2012-01-04 19:30:39 (GMT)
commit637d85a7cdfe4240a56da7d70cf95cca65ea21d3 (patch)
tree955b49a8a27b871725c0f262f4d475cab59db01c /net/nfc/nci/lib.c
parentcee0bec58a922976a5f4d70081a3b2fd73e108e9 (diff)
downloadlinux-fsl-qoriq-637d85a7cdfe4240a56da7d70cf95cca65ea21d3.tar.xz
NFC: Update names and structs to NCI spec 1.0 d22
Addition, deletion, and modification of NCI constants. Changes in NCI commands, responses, and notifications structures. Signed-off-by: Ilan Elias <ilane@ti.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/nfc/nci/lib.c')
-rw-r--r--net/nfc/nci/lib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/nfc/nci/lib.c b/net/nfc/nci/lib.c
index e99adcf..6a63e5e 100644
--- a/net/nfc/nci/lib.c
+++ b/net/nfc/nci/lib.c
@@ -77,9 +77,6 @@ int nci_to_errno(__u8 code)
case NCI_STATUS_NFCEE_TIMEOUT_ERROR:
return -ETIMEDOUT;
- case NCI_STATUS_MAX_ACTIVE_NFCEE_INTERFACES_REACHED:
- return -EDQUOT;
-
case NCI_STATUS_FAILED:
default:
return -ENOSYS;