commit | 743b8807b6ad53973df32e592133800f665a1a0a | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Sat Feb 27 08:05:12 2016 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Sep 19 10:47:09 2016 +0200 |
tree | 78a66d3a6342816964685ae8b85fc3ade100fbf2 | |
parent | ff745f6bf116bc392654d320cf44b24b0f7d3a60 [diff] |
NCI: NCI socket bind implementation Bind on an NCI physical socket binds the socket to the specified device, bring it up physically (ops->open()) and set the NCI device flag to NCI up. After binding an NCI socket to a device, one can no longer bring it up through netlink and use the regular NFC netlink APIs on it. The only access to the device is through the NCI socket. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>