From: Marcel Holtmann Date: Sat, 12 Oct 2013 13:01:26 +0000 (-0700) Subject: Bluetooth: Fix PSM value for L2CAP connectionless data packets X-Git-Tag: v3.13-rc1~105^2~55^2^2~54^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43b1b8dfb4fa326d89aa5930f88b943cc410cbfa;p=pandora-kernel.git Bluetooth: Fix PSM value for L2CAP connectionless data packets The put_unaligned() for setting the PSM is missing the (__le16 *) cast. Without this, the PSM information transmitted over the air are bogus. In addition, print the used PSM value in the debug message so this becomes easier to debug in the future. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed