android_kernel_samsung_msm8976/net/bluetooth
Johan Hedberg 6cf656a667 Bluetooth: Convert hci_conn->link_mode into flags
Since the link_mode member of the hci_conn struct is a bit field and we
already have a flags member as well it makes sense to merge these two
together. This patch moves all used link_mode bits into corresponding
flags. To keep backwards compatibility with user space we still need to
provide a get_link_mode() helper function for the ioctl's that expect a
link_mode style value.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2019-07-27 22:11:13 +02:00
..
bnep Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l2cap socket 2017-12-22 20:25:48 +00:00
cmtp Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l2cap socket 2017-12-22 20:25:52 +00:00
hidp Bluetooth: hidp: fix buffer overflow 2019-07-27 22:10:36 +02:00
rfcomm Merge tag 'LA.BR.1.3.6-03510-8976.0' into HEAD 2017-04-18 12:11:50 +02:00
Kconfig
Makefile
a2mp.c
af_bluetooth.c Bluetooth: Replace %p with %pK 2016-06-13 18:50:58 +05:30
amp.c
hci_conn.c Bluetooth: Convert hci_conn->link_mode into flags 2019-07-27 22:11:13 +02:00
hci_core.c Bluetooth: Replace %p with %pK 2016-06-13 18:50:58 +05:30
hci_event.c Bluetooth: Convert hci_conn->link_mode into flags 2019-07-27 22:11:13 +02:00
hci_sock.c Bluetooth: Fix user channel for 32bit userspace on 64bit kernel 2019-07-27 21:44:45 +02:00
hci_sysfs.c Bluetooth: Replace %p with %pK 2016-06-13 18:50:58 +05:30
l2cap_core.c Bluetooth: Convert hci_conn->link_mode into flags 2019-07-27 22:11:13 +02:00
l2cap_sock.c Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU 2019-07-27 21:41:59 +02:00
lib.c Bluetooth: Replace %p with %pK 2016-06-13 18:50:58 +05:30
mgmt.c Bluetooth: Replace %p with %pK 2016-06-13 18:50:58 +05:30
sco.c Bluetooth: avoid killing an already killed socket 2019-07-27 21:51:14 +02:00
smp.c Bluetooth: Convert hci_conn->link_mode into flags 2019-07-27 22:11:13 +02:00