From: Johan Hedberg Date: Wed, 16 Oct 2013 08:37:01 +0000 (+0300) Subject: Bluetooth: Ignore SMP data on non-LE links X-Git-Tag: v3.13-rc1~105^2~23^2^2~4^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3432711f49c31c8f21f8a9beb0b3d4b2c7bc9dc2;p=pandora-kernel.git Bluetooth: Ignore SMP data on non-LE links The SMP CID is only defined for LE transports. Instead of returning an error from smp_sig_channel() in this case (which would cause a disconnection) just return 0 to ignore the data, which is consistent with the behavior for other unknown CIDs. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed