1. 16 10月, 2013 1 次提交
    • G
      Bluetooth: Extend state_change() call to report errors too · 53f52121
      Gustavo Padovan 提交于
      Instead of creating an new function pointer to report errors we are just
      reusing state_change for that and there is a simple reason for this, one
      place in the l2cap_core.c code needs, in a locked sk, set both the sk_state
      and sk_err. If we create two different functions for this we would need to
      release the lock between the two operation putting the socket in non
      desired state.
      
      The change is transparent to the l2cap_core.c code, user that only needs
      to set the state won't need any modification.
      
      This is another step of an ongoing work to make l2cap_core.c totally
      independent from l2cap's struct sock.
      Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      53f52121
  2. 13 10月, 2013 1 次提交
  3. 11 10月, 2013 2 次提交
  4. 07 10月, 2013 1 次提交
  5. 06 10月, 2013 9 次提交
  6. 19 3月, 2013 1 次提交
  7. 10 1月, 2013 2 次提交
  8. 02 11月, 2012 1 次提交
  9. 18 10月, 2012 1 次提交
  10. 15 10月, 2012 1 次提交
  11. 08 10月, 2012 2 次提交
  12. 01 10月, 2012 1 次提交
  13. 28 9月, 2012 16 次提交
  14. 07 8月, 2012 1 次提交