Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-14 | NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect() | Thierry Escande | |
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> | |||
2013-04-26 | NFC: Move LLCP code to the NFC top level diirectory | Samuel Ortiz | |
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> |