]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: Move LLCP code to the NFC top level diirectory
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 26 Apr 2013 09:49:40 +0000 (11:49 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 26 Apr 2013 10:37:28 +0000 (12:37 +0200)
commit55079629aa64e8ed6f21a939e77bf9aa49294b1d
tree93a7ada48f9581851cdce979f09bcd0c3d4dd3d9
parenta94fa40f58bef083d547a2fa869577c9baf9b9c2
NFC: Move LLCP code to the NFC top level diirectory

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>
13 files changed:
net/nfc/Kconfig
net/nfc/Makefile
net/nfc/llcp.h [new file with mode: 0644]
net/nfc/llcp/Kconfig [deleted file]
net/nfc/llcp/commands.c [deleted file]
net/nfc/llcp/llcp.c [deleted file]
net/nfc/llcp/llcp.h [deleted file]
net/nfc/llcp/sock.c [deleted file]
net/nfc/llcp_commands.c [new file with mode: 0644]
net/nfc/llcp_core.c [new file with mode: 0644]
net/nfc/llcp_sock.c [new file with mode: 0644]
net/nfc/netlink.c
net/nfc/nfc.h