]> git.dujemihanovic.xyz Git - linux.git/commit
Bluetooth: hci_core: Fix LE quote calculation
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 12 Aug 2024 15:22:08 +0000 (11:22 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 15 Aug 2024 17:09:12 +0000 (13:09 -0400)
commit932021a11805b9da4bd6abf66fe233cccd59fe0e
tree76c531c0f19700aae1f55c9646181f04f84ddf6a
parentaae6b81260fd9a7224f7eb4fc440d625852245bb
Bluetooth: hci_core: Fix LE quote calculation

Function hci_sched_le needs to update the respective counter variable
inplace other the likes of hci_quote_sent would attempt to use the
possible outdated value of conn->{le_cnt,acl_cnt}.

Link: https://github.com/bluez/bluez/issues/915
Fixes: 73d80deb7bdf ("Bluetooth: prioritizing data over HCI")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_core.c