From: Johan Hedberg Date: Mon, 2 Dec 2013 14:02:03 +0000 (+0200) Subject: Bluetooth: Limit L2CAP_OPTIONS socket option usage with LE X-Git-Tag: v3.14-rc1~94^2~482^2^2~9^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64b4f8dc763d5c26dea0f483d6e475540eaf9759;p=pandora-kernel.git Bluetooth: Limit L2CAP_OPTIONS socket option usage with LE Most of the values in L2CAP_OPTIONS are not applicable for LE and those that are have different semantics. It makes therefore sense to completely block this socket option for LE and add (in a separate patch) a new socket option for tweaking the values that do make sense (mainly the send and receive MTU). Legacy user space ATT code still depends on getsockopt for L2CAP_OPTIONS though so we need to plug a hole for that for backwards compatibility. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed