]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: btintel_pcie: Add additional to checks to clear TX/RX paths
authorKiran K <kiran.k@intel.com>
Sun, 20 Apr 2025 01:51:56 +0000 (07:21 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 25 Apr 2025 19:03:19 +0000 (15:03 -0400)
commit1c7664957e4edb234c69de2db4be1f740d2df564
tree8de53c6ada8a541b8007329d03f603872b74a287
parent0b6d58bc6ea85e57de25c828444928e4a0aa79cb
Bluetooth: btintel_pcie: Add additional to checks to clear TX/RX paths

Due to a hardware issue, there is a possibility that the driver may miss
an MSIx interrupt on the RX/TX data path. Since the TX and RX paths are
independent, when a TX MSIx interrupt occurs, the driver can check the
RX queue for any pending data and process it if present. The same
approach applies to the RX path.

Fixes: c2b636b3f788 ("Bluetooth: btintel_pcie: Add support for PCIe transport")
Signed-off-by: Chandrashekar Devegowda <chandrashekar.devegowda@intel.com>
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel_pcie.c