From: Ilan Elias <ilane@xxxxxx> v1->2: added detailed commit log. v2->3: split the patch into a set of 3 patches. v3->4: remove indentation changes and use a define instead of 0xff. This series of patches update the supported features according to NCI spec 1.0 draft 18. No new features were introduced. The changes are related only to the NCI protocol layer. Summary of the main changes: - Addition, deletion, and modification of NCI constants - Changes in NCI commands, responses and notifications structures - Check if data flow control is used in nci_tx_work - No need to create the static rf connection anymore - Set available credits to initial value when target is deactivated Ilan Elias (3): NFC: Update names and structs to NCI spec 1.0 d18 NFC: Removal of unused operations for NCI spec 1.0 d18 NFC: Check if NCI data flow control is used include/net/nfc/nci.h | 109 +++++++++++++++++--------------- include/net/nfc/nci_core.h | 13 ++-- net/nfc/nci/core.c | 18 +++--- net/nfc/nci/data.c | 5 +- net/nfc/nci/lib.c | 8 +-- net/nfc/nci/ntf.c | 152 ++++++++++++++++++++++++++------------------ net/nfc/nci/rsp.c | 83 ++++++++++-------------- 7 files changed, 201 insertions(+), 187 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html