diff options
author | 2024-05-13 16:07:55 -0400 | |
---|---|---|
committer | 2024-05-14 10:56:37 -0400 | |
commit | e77f43d531af41e9ce299eab10dcae8fa5dbc293 (patch) | |
tree | 1b6eda311dc44d31e123e6d866604e54e4d078b7 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Bluetooth: btintel: Fix compiler warning for multi_v7_defconfig config (diff) | |
download | wireguard-linux-e77f43d531af41e9ce299eab10dcae8fa5dbc293.tar.xz wireguard-linux-e77f43d531af41e9ce299eab10dcae8fa5dbc293.zip |
Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1
If hdev->le_num_of_adv_sets is set to 1 it means that only handle 0x00
can be used, but since the MGMT interface instances start from 1
(instance 0 means all instances in case of MGMT_OP_REMOVE_ADVERTISING)
the code needs to map the instance to handle otherwise users will not be
able to advertise as instance 1 would attempt to use handle 0x01.
Fixes: 1d0fac2c38ed ("Bluetooth: Use controller sets when available")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions