diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-07-14 11:42:12 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-07-24 21:44:25 +0200 |
commit | 98bcd08b5bfe78c1c9bda5768aa081e0fe4fcc4f (patch) | |
tree | 171c7984eeaade72d57a325ee26d55e4408bbdd1 /drivers/bluetooth | |
parent | [PKT_SCHED]: Fix regression in PSCHED_TADD{,2}. (diff) | |
download | linux-98bcd08b5bfe78c1c9bda5768aa081e0fe4fcc4f.tar.xz linux-98bcd08b5bfe78c1c9bda5768aa081e0fe4fcc4f.zip |
[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>
Diffstat (limited to 'drivers/bluetooth')
0 files changed, 0 insertions, 0 deletions