All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] L2CAP receive buffer overflow
@ 2021-09-14  0:41 Panin Kirill
  0 siblings, 0 replies; only message in thread
From: Panin Kirill @ 2021-09-14  0:41 UTC (permalink / raw)
  To: marcel@holtmann.org johan.hedberg@gmail.com luiz.dentz@gmail.com
	davem@davemloft.net
  Cc: linux-bluetooth@vger.kernel.org netdev@vger.kernel.org

 From 716e6b5b15eb5d7f87c799b545aeb5188128c36f Mon Sep 17 00:00:00 2001
 From: Kirill Panin <s02200455@stud.cs.msu.ru>
Date: Tue, 14 Sep 2021 02:41:58 +0300
Subject: [PATCH] Increase L2CAP default MTU.

Some Android devices transmit packets with length bigger than MTU.
For more information refer to: 
https://github.com/anonymix007/libldacdec/issues/1
Changes: Increase default MTU up to 688

Signed-off-by: Kirill Panin <s02200455@stud.cs.msu.ru>
---
  include/net/bluetooth/l2cap.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/bluetooth/l2cap.h 
b/include/net/bluetooth/l2cap.h
index 3c4f550e5a8b..db2a4ebc375b 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -31,7 +31,7 @@
  #include <linux/atomic.h>

  /* L2CAP defaults */
-#define L2CAP_DEFAULT_MTU		672
+#define L2CAP_DEFAULT_MTU		688
  #define L2CAP_DEFAULT_MIN_MTU		48
  #define L2CAP_DEFAULT_FLUSH_TO		0xFFFF
  #define L2CAP_EFS_DEFAULT_FLUSH_TO	0xFFFFFFFF
-- 
2.20.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-14  1:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14  0:41 [PATCH] L2CAP receive buffer overflow Panin Kirill

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.