aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <[email protected]>2021-10-21 11:44:35 -0700
committerMarcel Holtmann <[email protected]>2021-10-22 06:46:16 +0200
commitf33b0068cdaf2b9998fa3662585858ef30bc4b9e (patch)
treec6e5b399f71b36890bd42f4fb58e4c2a35ecc454 /tools/perf/scripts/python/net_dropmonitor.py
parent7a517ac9c00bab519770c0790b47845b8f5ecebb (diff)
Bluetooth: vhci: Fix checking of msft_opcode
msft_opcode shall be use a vendor ogf (0x3f) but the check was swifting the bits in the wrong order due to a missing parantesis over val & 0xffff, but since the code already checks for values over 0xffff it shall not be necessary to perform that operation it now just removes which makes it work properly when setting opcodes like 0xfce1. Fixes: b8f5482c9638 ("Bluetooth: vhci: Add support for setting msft_opcode and aosp_capable") Signed-off-by: Luiz Augusto von Dentz <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions