Bluetooth: Fix ATT socket backwards compatibility with user space
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 18 Oct 2013 08:49:25 +0000 (11:49 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 18 Oct 2013 08:53:57 +0000 (01:53 -0700)
commiteb622495e89879bb7d62bb27b2561a306bbe2401
tree7b3c5955524ca3c83f84ff5d8ded8c2ef02ac23a
parent2bfa3531f654d82db01d3121ae2de7a8696a4555
Bluetooth: Fix ATT socket backwards compatibility with user space

Old user space versions bind the Attribute Protocol socket to
BDADDR_BREDR when they should be using BDADDR_LE_PUBLIC or
BDADDR_LE_RANDOM. The kernel recently introduced stricter checks on the
socket parameters but we need to punch this hole for old user space
versions to keep them working.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_sock.c
This page took 0.024067 seconds and 5 git commands to generate.