Commit b23d98d
Bluetooth: btusb: Fix triggering coredump implementation for QCA
btusb_coredump_qca() uses __hci_cmd_sync() to send a vendor-specific
command to trigger firmware coredump, but the command does not
have any event as its sync response, so it is not suitable to use
__hci_cmd_sync(), fixed by using __hci_cmd_send().
Fixes: 20981ce ("Bluetooth: btusb: Add WCN6855 devcoredump support")
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>1 parent d1a5a7e commit b23d98d
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3482 | 3482 | | |
3483 | 3483 | | |
3484 | 3484 | | |
| 3485 | + | |
3485 | 3486 | | |
3486 | | - | |
3487 | 3487 | | |
3488 | | - | |
3489 | | - | |
3490 | | - | |
3491 | | - | |
| 3488 | + | |
| 3489 | + | |
| 3490 | + | |
3492 | 3491 | | |
3493 | 3492 | | |
3494 | 3493 | | |
| |||
0 commit comments