]> git.itanic.dy.fi Git - linux-stable/commit
Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 28 Mar 2024 19:58:10 +0000 (15:58 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 10 Apr 2024 19:03:43 +0000 (15:03 -0400)
commit53cb4197e63ab2363aa28c3029061e4d516e7626
tree86dab630c14b714cd20b6a25f002ecdac8a2942b
parentb37cab587aa3c9ab29c6b10aa55627dad713011f
Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY

Coded PHY recommended intervals are 3 time bigger than the 1M PHY so
this aligns with that by multiplying by 3 the values given to 1M PHY
since the code already used recommended values for that.

Fixes: 288c90224eec ("Bluetooth: Enable all supported LE PHY by default")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_sync.c