dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/bluetooth
Marcel Holtmann 98bcd08b5b [Bluetooth] Correct RFCOMM channel MTU for broken implementations
Some Bluetooth RFCOMM implementations try to negotiate a bigger channel
MTU than we can support for a particular session. The maximum MTU for
a RFCOMM session is limited through the L2CAP layer. So if the other
side proposes a channel MTU that is bigger than the underlying L2CAP
MTU, we should reduce it to the L2CAP MTU of the session minus five
bytes for the RFCOMM headers.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2006-07-24 12:44:25 -07:00
..
bnep Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
cmtp [Bluetooth] Remaining transitions to use kzalloc() 2006-07-12 15:34:28 -07:00
hidp [Bluetooth] Let BT_HIDP depend on INPUT 2006-07-12 15:34:33 -07:00
rfcomm [Bluetooth] Correct RFCOMM channel MTU for broken implementations 2006-07-24 12:44:25 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
af_bluetooth.c [Bluetooth] Add platform device for virtual and serial devices 2006-07-03 19:54:00 -07:00
hci_conn.c [Bluetooth] Add automatic sniff mode support 2006-07-03 19:53:58 -07:00
hci_core.c [Bluetooth] Remaining transitions to use kzalloc() 2006-07-12 15:34:28 -07:00
hci_event.c [Bluetooth] Add automatic sniff mode support 2006-07-03 19:53:58 -07:00
hci_sock.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
hci_sysfs.c [Bluetooth] Use real devices for host controllers 2006-07-03 19:54:02 -07:00
l2cap.c [Bluetooth] Fix deadlock in the L2CAP layer 2006-07-12 15:34:35 -07:00
lib.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
sco.c [Bluetooth] Remaining transitions to use kzalloc() 2006-07-12 15:34:28 -07:00