From: Johan Hedberg Date: Tue, 8 Oct 2013 11:55:46 +0000 (+0200) Subject: Bluetooth: Fix validating LE PSM values X-Git-Tag: v3.14-rc1~94^2~482^2^2~9^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4946096d43d1d02fb07cc80f82e1747b01571c41;p=pandora-kernel.git Bluetooth: Fix validating LE PSM values LE PSM values have different ranges than those for BR/EDR. The valid ranges for fixed, SIG assigned values is 0x0001-0x007f and for dynamic PSM values 0x0080-0x00ff. We need to ensure that bind() and connect() calls conform to these ranges when operating on LE CoC sockets. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed