1. 10 7月, 2012 2 次提交
    • S
      NFC: LLCP late binding · 8f50020e
      Samuel Ortiz 提交于
      With the LLCP 16 local SAPs we can potentially quickly run out of source
      SAPs for non well known services.
      With the so called late binding we will reserve an SAP only when we actually
      get a client connection for a local service. The SAP will be released once
      the last client is gone, leaving it available to other services.
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      8f50020e
    • S
      NFC: Release LLCP SAP when the owner is released · cbbf4721
      Samuel Ortiz 提交于
      The LLCP SAP should only be freed when the socket owning it is released.
      As long as the socket is alive, the SAP should be reserved in order to
      e.g. send the right wks array when bringing the MAC up.
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      cbbf4721
  2. 05 6月, 2012 4 次提交
  3. 07 3月, 2012 5 次提交
  4. 15 12月, 2011 1 次提交
    • S
      NFC: Initial LLCP support · d646960f
      Samuel Ortiz 提交于
      This patch is an initial implementation for the NFC Logical Link Control
      protocol. It's also known as NFC peer to peer mode.
      This is a basic implementation as it lacks SDP (services Discovery
      Protocol), frames aggregation support, and frame rejecion parsing.
      Follow up patches will implement those missing features.
      This code has been tested against a Nexus S phone implementing LLCP 1.0.
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      d646960f