Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect() | Thierry Escande | 2013-06-14 | 1 | -21/+1 |
| | | | | | | | | | | | nfc_llcp_send_disconnect() already exists but is not used. nfc_llcp_disconnect() naming is not consistent with other PDU sending functions. This patch removes nfc_llcp_send_disconnect() and renames nfc_llcp_disconnect() Signed-off-by: Thierry Escande <thierry.escande@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> | ||||
* | NFC: Move LLCP code to the NFC top level diirectory | Samuel Ortiz | 2013-04-26 | 1 | -0/+817 |
And stop making it optional. LLCP is a fundamental part of the NFC specifications and making it optional does not make much sense. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> |