Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH v3 0/3] NFC: update to NCI spec 1.0 draft 18
@ 2011-11-01 12:54 ilanelias78
  2011-11-01 12:54 ` [PATCH v3 1/3] NFC: Update names and structs to NCI spec 1.0 d18 ilanelias78
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: ilanelias78 @ 2011-11-01 12:54 UTC (permalink / raw)
  To: aloisio.almeida, lauro.venancio, samuel, linville
  Cc: linux-wireless, Ilan Elias

From: Ilan Elias <ilane@ti.com>

This version split the patch in v2 to a set of 3 patches.

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      |  208 ++++++++++++++++++++++---------------------
 include/net/nfc/nci_core.h |   13 +--
 net/nfc/nci/core.c         |   17 ++--
 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, 248 insertions(+), 238 deletions(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-11-09  7:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01 12:54 [PATCH v3 0/3] NFC: update to NCI spec 1.0 draft 18 ilanelias78
2011-11-01 12:54 ` [PATCH v3 1/3] NFC: Update names and structs to NCI spec 1.0 d18 ilanelias78
2011-11-08 22:33   ` Lauro Ramos Venancio
2011-11-09  7:53     ` Elias, Ilan
2011-11-01 12:54 ` [PATCH v3 2/3] NFC: Removal of unused operations for " ilanelias78
2011-11-08 22:35   ` Lauro Ramos Venancio
2011-11-01 12:54 ` [PATCH v3 3/3] NFC: Check if NCI data flow control is used ilanelias78
2011-11-08 22:38   ` Lauro Ramos Venancio
2011-11-09  7:54     ` Elias, Ilan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox