commit | 23bc6ab0a0912146fd674a0becc758c3162baabc | [log] [tgz] |
---|---|---|
author | Amadeusz Sławiński <amadeusz.slawinski@tieto.com> | Thu Jul 14 10:50:23 2016 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sun Jul 17 19:59:26 2016 +0200 |
tree | be737d443591bf0b9d10899f60addd88fbcbcaa9 | |
parent | 4360fa22ad5b48a1d1e10e31ffb383ed8c977435 [diff] |
Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU When we retrieve imtu value from userspace we should use 16 bit pointer cast instead of 32 as it's defined that way in headers. Fixes setsockopt calls on big-endian platforms. Signed-off-by: Amadeusz Sławiński <amadeusz.slawinski@tieto.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Cc: stable@vger.kernel.org