summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2009-12-09 00:15:41 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:38:12 -0800
commitd4076ae3b7eff09f9d4c1f4193572e27db59dbd9 (patch)
tree549e50d2dbbe541f564be8dc6714672d791bb75a /include/net
parent2f19c74fa326c63171fc3ebd44f6c385838ac6a6 (diff)
Bluetooth: Add ACL MTU, available buffers and total buffers to hci_conn_info.
This provides userspace debugging tools access to ACL flow control state. Signed-off-by: Nick Pelly <npelly@google.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index be30aabe7b88..5c260ae2b24b 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -1261,6 +1261,9 @@ struct hci_conn_info {
__u8 out;
__u16 state;
__u32 link_mode;
+ __u32 mtu;
+ __u32 cnt;
+ __u32 pkts;
};
struct hci_dev_req {