From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Adds support for extended window size option (EWS) and extended control field. Code partly based on Atheros patches sent a year ago by Haijun Liu http://marc.info/?a=128277503500005&r=1&w=2 and Qualcomm code git://codeaurora.org/kernel/msm.git. To decode EWS option and extended control field please apply patch to hcidump which I sent to linux-bluetooth. Changes: *RFCv1: rebase and using l2cap_chan flag for ext control *PATCHv1: small fix for tx_seq u8->u16 Andrei Emeltchenko (5): Bluetooth: EWS: extended window size option support Bluetooth: EWS: l2cap extended control field support Bluetooth: EWS: support extended seq numbers Bluetooth: EWS: remove magic numbers in l2cap Bluetooth: EWS: prevent unneeded fragmentation in l2cap include/net/bluetooth/bluetooth.h | 2 +- include/net/bluetooth/l2cap.h | 304 ++++++++++++++++++++---- net/bluetooth/l2cap_core.c | 474 ++++++++++++++++++++++--------------- net/bluetooth/l2cap_sock.c | 11 +- 4 files changed, 555 insertions(+), 236 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html