Thierry Escande 4463523bef NFC: LLCP raw socket support
This adds support for socket of type SOCK_RAW to LLCP.
sk_buff are copied and sent to raw sockets with a 2 bytes extra header:
The first byte header contains the nfc adapter index.
The second one contains flags:
- 0x01 - Direction (0=RX, 1=TX)
- 0x02-0x80 - Reserved
A raw socket has to be explicitly bound to a nfc adapter. This is achieved
by specifying the adapter index to be bound to in the dev_idx field of the
sockaddr_nfc_llcp struct passed to bind().

Signed-off-by: Thierry Escande <thierry.escande@linux.intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2012-09-27 10:47:59 +02:00
..
2012-07-30 18:16:01 -07:00
2012-07-30 18:15:23 -07:00
2012-07-30 12:41:17 -07:00
2012-08-10 15:27:02 -04:00
2012-07-26 10:23:47 -07:00
2012-07-30 17:25:21 -07:00
2012-06-29 11:38:17 -04:00
2012-07-31 18:42:43 -07:00
2012-06-06 19:12:30 -07:00
2012-07-30 17:25:11 -07:00
2012-07-26 11:25:33 -07:00
2012-05-25 12:46:23 +05:30
2012-06-27 15:42:24 -07:00
2012-05-29 23:28:33 -04:00
2012-06-01 16:57:51 -07:00
2012-07-22 23:57:58 +04:00
2012-07-30 09:32:39 -07:00
2012-07-05 15:04:10 +02:00
2012-05-22 16:02:13 -07:00
2012-07-20 11:07:00 -07:00
2012-07-18 08:59:58 -07:00
2012-07-19 10:38:32 -04:00
2012-05-31 17:49:32 -07:00
2012-05-31 17:49:30 -07:00
2012-05-29 23:28:41 -04:00
2012-05-22 15:20:28 -04:00
2012-07-29 21:24:13 +04:00
2012-09-27 10:47:59 +02:00
2012-05-26 14:17:30 -04:00
2012-07-30 19:06:52 -04:00
2012-07-30 19:06:52 -04:00
2012-07-30 19:06:52 -04:00
2012-07-10 10:32:06 -05:00
2012-05-21 14:31:48 +01:00
2012-07-31 20:44:03 -07:00
2012-07-31 18:42:43 -07:00
2012-06-20 14:39:36 -07:00
2012-07-12 07:54:46 -07:00
2012-06-15 12:56:57 +02:00
2012-07-19 10:38:32 -04:00
2012-08-21 20:50:25 +02:00
2012-07-30 17:25:20 -07:00
2012-06-01 12:58:52 -04:00
2012-07-02 13:40:06 +03:00
2012-06-05 17:32:30 +02:00
2012-07-16 22:31:34 -07:00
2012-06-13 21:16:42 +02:00
2012-07-30 17:25:16 -07:00
2012-07-23 00:58:46 -07:00
2012-07-22 23:57:55 +04:00
2012-06-18 13:42:03 +02:00
2012-07-31 08:16:24 -06:00
2012-05-22 12:16:16 +09:30
2012-07-31 18:42:50 -07:00