git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ca048e
)
Bluetooth: Fix PSM value for L2CAP connectionless data packets
author
Marcel Holtmann
<marcel@holtmann.org>
Sat, 12 Oct 2013 13:01:26 +0000
(06:01 -0700)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Sat, 12 Oct 2013 14:28:04 +0000
(17:28 +0300)
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>
No differences found