diff options
author | Zijun Hu <quic_zijuhu@quicinc.com> | 2024-01-19 17:45:30 +0800 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-02-28 09:50:51 -0500 |
commit | c0dbc56077ae759f2dd602c7561480bc2b1b712c (patch) | |
tree | e9043b9821df1ffa2c4bac35879bf37d8c8463fb /drivers/misc/ibmasm/command.c | |
parent | e4b019515f950b4e6e5b74b2e1bb03a90cb33039 (diff) |
Bluetooth: qca: Fix wrong event type for patch config command
Vendor-specific command patch config has HCI_Command_Complete event as
response, but qca_send_patch_config_cmd() wrongly expects vendor-specific
event for the command, fixed by using right event type.
Btmon log for the vendor-specific command are shown below:
< HCI Command: Vendor (0x3f|0x0000) plen 5
28 01 00 00 00
> HCI Event: Command Complete (0x0e) plen 5
Vendor (0x3f|0x0000) ncmd 1
Status: Success (0x00)
28
Fixes: 4fac8a7ac80b ("Bluetooth: btqca: sequential validation")
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'drivers/misc/ibmasm/command.c')
0 files changed, 0 insertions, 0 deletions