diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-01-15 15:58:38 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-02-27 00:14:26 -0500 |
commit | 2af6b9d518ddfbc4d6990d5f9c9b1a05341c1cef (patch) | |
tree | 62b6f679495026ccf64c1b71d48cede452689b73 /include/net/bluetooth/l2cap.h | |
parent | 8c1b235594fbab9a13240a1dac12ea9fd99b6440 (diff) |
Bluetooth: Replace L2CAP link mode with security level
Change the L2CAP internals to use the new security levels and remove
the link mode details.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 73e115bc12dd..29f720e6188a 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -237,8 +237,9 @@ struct l2cap_pinfo { | |||
237 | __u16 imtu; | 237 | __u16 imtu; |
238 | __u16 omtu; | 238 | __u16 omtu; |
239 | __u16 flush_to; | 239 | __u16 flush_to; |
240 | 240 | __u8 sec_level; | |
241 | __u32 link_mode; | 241 | __u8 role_switch; |
242 | __u8 force_reliable; | ||
242 | 243 | ||
243 | __u8 conf_req[64]; | 244 | __u8 conf_req[64]; |
244 | __u8 conf_len; | 245 | __u8 conf_len; |