aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2012-02-29 10:41:41 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-29 16:20:19 +0200
commit978c93b90fc4768e295b20492b5db76d5e026e5e (patch)
tree075eefb9e3e711fed4f31849ef1948f6647578e7 /include/net/bluetooth/l2cap.h
parentBluetooth: change min_t() cast in hci_reassembly() (diff)
downloadlinux-dev-978c93b90fc4768e295b20492b5db76d5e026e5e.tar.xz
linux-dev-978c93b90fc4768e295b20492b5db76d5e026e5e.zip
Bluetooth: Save remote L2CAP fixed channel mask
Fixed channel mask needs to be stored to decide whether to use A2MP for example. So far save only one relevant byte which keeps all information we need. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r--include/net/bluetooth/l2cap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index d6d8ec8eb8cf..3732a4849f2e 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -522,6 +522,7 @@ struct l2cap_conn {
unsigned int mtu;
__u32 feat_mask;
+ __u8 fixed_chan_mask;
__u8 info_state;
__u8 info_ident;