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