]> git.karo-electronics.de Git - karo-tx-linux.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>
Fri, 13 Apr 2012 22:18:41 +0000 (19:18 -0300)
commitdf34a9b645ed6b3e4c700b61b1caf40852540bb1
treef7f04baed7b5e82bf415b2c781fe8258c75cc4d7
parent35e612c5719fe0c6785340fdf0903f9993fa9535
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