All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 16/22] Store new configuration values in l2cap_pinfo
@ 2010-08-25 22:37 haijun liu
  2010-08-26  1:21 ` Gustavo F. Padovan
  2010-09-02 23:02 ` Mat Martineau
  0 siblings, 2 replies; 8+ messages in thread
From: haijun liu @ 2010-08-25 22:37 UTC (permalink / raw)
  To: linux-bluetooth

>From d093975dde6d85c824a5aaac943d676100810010 Mon Sep 17 00:00:00 2001
From: haijun.liu <haijun.liu@atheros.com>
Date: Mon, 23 Aug 2010 00:09:56 +0800
Subject: [PATCH 16/22] Store new configuration values in l2cap_pinfo.

---
 include/net/bluetooth/l2cap.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 2d864d4..f2dd65d 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -406,6 +406,15 @@ struct l2cap_pinfo {
 	__u16		remote_mps;
 	__u16		mps;

+	__u8		ext_flowspec_enable;
+	struct ext_flow_spec	loc_efs;
+	struct ext_flow_spec	rem_efs;
+
+	__u8		extwin_enable;
+	__u16		extwin_size;
+	__u8		rem_extwin_enable;
+	__u16		rem_extwin_size;
+
 	__le16		sport;

 	struct timer_list	retrans_timer;
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-09-03 21:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-25 22:37 [PATCH 16/22] Store new configuration values in l2cap_pinfo haijun liu
2010-08-26  1:21 ` Gustavo F. Padovan
2010-09-02 23:02 ` Mat Martineau
2010-09-03  1:30   ` haijun liu
2010-09-03 20:58     ` Mat Martineau
2010-09-03 21:04       ` Gustavo F. Padovan
2010-09-03 21:46         ` Mat Martineau
2010-09-03 21:49           ` Gustavo F. Padovan

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.