commit | 43b1b8dfb4fa326d89aa5930f88b943cc410cbfa | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sat Oct 12 06:01:26 2013 -0700 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Sat Oct 12 17:28:04 2013 +0300 |
tree | f766c5491731b8f33ec1275e10de1d4b6ea3a855 | |
parent | 4ca048e3a38e9691eb3e390c5eea3acd9b51cd17 [diff] |
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 <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>