]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix missing break in hci_cmd_complete_evt
authorSzymon Janc <szymon.janc@tieto.com>
Fri, 13 Apr 2012 10:32:42 +0000 (12:32 +0200)
committerGustavo Padovan <gustavo@padovan.org>
Tue, 24 Apr 2012 14:38:41 +0000 (11:38 -0300)
commit1816fc179610dbfbf21f4fc79c7d0b6038254fdd
tree1ecdedcee16e1bb04f22765d6299e1f17386f514
parent825774cfdce461a70f0669a662466b8d947bd566
Bluetooth: Fix missing break in hci_cmd_complete_evt

Command complete event for HCI_OP_USER_PASSKEY_NEG_REPLY would result
in calling handler function also for HCI_OP_LE_SET_SCAN_PARAM. This
could result in undefined behaviour.

Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
net/bluetooth/hci_event.c