Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH -v2 0/8] More l2cap rewrite
@ 2011-06-08 15:18 Gustavo F. Padovan
  2011-06-08 15:18 ` [PATCH -v2 1/8] Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc() Gustavo F. Padovan
  0 siblings, 1 reply; 9+ messages in thread
From: Gustavo F. Padovan @ 2011-06-08 15:18 UTC (permalink / raw)
  To: linux-bluetooth


Second version of the patches that introduce an C API on l2cap_core.c.

-----
changes from v1
- changed function names as suggested by Mat.
- fixed a bug with the new API

Gustavo F. Padovan (8):
  Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()
  Bluetooth: Add l2cap_chan_ops abstraction
  Bluetooth: add recv() callback to l2cap_chan_ops
  Bluetooth: add close() callback to l2cap_chan_ops
  Bluetooth: Add state tracking to struct l2cap_chan
  Bluetooth: Add refcnt to struct l2cap_chan
  Bluetooth: Make timer functions generic
  Bluetooth: keep reference if any ERTM timer is enabled

 include/net/bluetooth/l2cap.h |   38 ++++--
 net/bluetooth/l2cap_core.c    |  303 +++++++++++++++++++++--------------------
 net/bluetooth/l2cap_sock.c    |   77 +++++++++--
 3 files changed, 245 insertions(+), 173 deletions(-)

-- 
1.7.5.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-06-08 15:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-08 15:18 [PATCH -v2 0/8] More l2cap rewrite Gustavo F. Padovan
2011-06-08 15:18 ` [PATCH -v2 1/8] Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc() Gustavo F. Padovan
2011-06-08 15:18   ` [PATCH -v2 2/8] Bluetooth: Add l2cap_chan_ops abstraction Gustavo F. Padovan
2011-06-08 15:18     ` [PATCH -v2 3/8] Bluetooth: add recv() callback to l2cap_chan_ops Gustavo F. Padovan
2011-06-08 15:18       ` [PATCH -v2 4/8] Bluetooth: add close() " Gustavo F. Padovan
2011-06-08 15:18         ` [PATCH -v2 5/8] Bluetooth: Add state tracking to struct l2cap_chan Gustavo F. Padovan
2011-06-08 15:18           ` [PATCH -v2 6/8] Bluetooth: Add refcnt " Gustavo F. Padovan
2011-06-08 15:18             ` [PATCH -v2 7/8] Bluetooth: Make timer functions generic Gustavo F. Padovan
2011-06-08 15:18               ` [PATCH -v2 8/8] Bluetooth: keep reference if any ERTM timer is enabled Gustavo F. Padovan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox