git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f0b8a5
)
Bluetooth: Skip the shutdown routine if the interface is not up
author
Gabriele Mazzotta
<gabriele.mzt@gmail.com>
Sun, 26 Apr 2015 18:51:50 +0000
(20:51 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 30 Apr 2015 16:45:27 +0000
(18:45 +0200)
Most likely, the shutdown routine requires the interface to be up.
This is the case for BTUSB_INTEL: the routine tries to send a command
to the interface, but since this one is down, it fails and exits once
HCI_INIT_TIMEOUT has expired.
Signed-off-by: Gabriele Mazzotta <gabriele.mzt@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Cc: stable@vger.kernel.org # 4.0.x
net/bluetooth/hci_core.c
patch
|
blob
|
history
diff --cc
net/bluetooth/hci_core.c
Simple merge