Re: [PATCH net-next v2 1/2] nfc: Add a virtual nci device driver

2021-01-22 Thread Jakub Kicinski
On Wed, 20 Jan 2021 20:56:44 +0900 Bongsu Jeon wrote: > From: Bongsu Jeon > > A NCI virtual device can be made to simulate a NCI device in user space. > Using the virtual NCI device, The NCI module and application can be > validated. This driver supports to communicate between the virtual NCI > d

[PATCH net-next v2 1/2] nfc: Add a virtual nci device driver

2021-01-20 Thread Bongsu Jeon
From: Bongsu Jeon A NCI virtual device can be made to simulate a NCI device in user space. Using the virtual NCI device, The NCI module and application can be validated. This driver supports to communicate between the virtual NCI device and NCI module. Signed-off-by: Bongsu Jeon --- drivers/nf