OSDN Git Service

Bluetooth: hidp: merge 'send' functions into hidp_send_message()
authorDavid Herrmann <dh.herrmann@gmail.com>
Sat, 6 Apr 2013 18:28:50 +0000 (20:28 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 17 Apr 2013 06:04:08 +0000 (03:04 -0300)
commit41edc0c034160408feaa78c9a50cc5e91a5928c7
tree5717a0106d1bb5549e9386d79a746a5cea5f44d3
parent7350e6cf360d32206cbe4e3d34fb48ab863bdb14
Bluetooth: hidp: merge 'send' functions into hidp_send_message()

We handle skb buffers all over the place, even though we have
hidp_send_*_message() helpers. This creates a more generic
hidp_send_message() helper and uses it instead of dealing with transmit
queues directly everywhere.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/hidp/core.c