]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Correct chan->psm endian conversions
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Fri, 9 Mar 2012 12:16:17 +0000 (14:16 +0200)
committerGustavo Padovan <gustavo@padovan.org>
Wed, 28 Mar 2012 14:39:05 +0000 (11:39 -0300)
commit0c0e71c07d41fadaf1346e70be74d85cdf1f4529
tree14618d6f07419730a50e760972e43e66e62c60e0
parente54269887bc6676639a51654551b6bbfefdca42d
Bluetooth: Correct chan->psm endian conversions

chan->psm is kept in __le16 format which was not always taken
into account. Fix several bugs related to extra conversion.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/l2cap_core.c