From: Andrei Emeltchenko <redacted>
Slight modification of original patch from Nick Pelly [off-list ref]
Changes: rebasing, simplifying logic, using SOL_BLUETOOTH instead of SOL_L2CAP.
No changes done for RFCOMM sockets since no use case exist so far but can be
added later
Andrei Emeltchenko (1):
Bluetooth: Use non-flushable pb flag by default for ACL data on
capable chipsets.
include/net/bluetooth/bluetooth.h | 5 +++++
include/net/bluetooth/hci.h | 2 ++
include/net/bluetooth/hci_core.h | 1 +
include/net/bluetooth/l2cap.h | 2 ++
net/bluetooth/hci_core.c | 6 ++++--
net/bluetooth/l2cap.c | 33 +++++++++++++++++++++++++++++++--
6 files changed, 45 insertions(+), 4 deletions(-)