]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Bluetooth: Add send_mode_rsp convenience function for mgmt.c
authorJohan Hedberg <johan.hedberg@nokia.com>
Wed, 26 Jan 2011 11:07:10 +0000 (13:07 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 8 Feb 2011 03:40:05 +0000 (01:40 -0200)
commit053f0211d3b1a991f06a7b4aec5b762e42d7c6a4
tree346f16fe1eac7dac9a8637e814ac83c45297a613
parentebc99feba7378349e2bfae7018af062767382f6c
Bluetooth: Add send_mode_rsp convenience function for mgmt.c

Several management commands have similar responses but they are not
always sent asynchronously. To enable synchronous sending (from the
managment command handler function) a send_mode_rsp function is added.

Signed-off-by: Johan Hedberg <johan.hedberg@nokia.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/mgmt.c