aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/mgmt.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2012-03-19 09:42:31 +0200
committerGustavo Padovan <gustavo@padovan.org>2012-03-28 15:13:18 -0300
commitc732a2af12e20f2784c8b0c9d2e289579313a413 (patch)
treeae70a81143cffa51241da8f6087b89a403b65612 /include/net/bluetooth/mgmt.h
parentBluetooth: mgmt: Add missing endian conversion (diff)
downloadlinux-dev-c732a2af12e20f2784c8b0c9d2e289579313a413.tar.xz
linux-dev-c732a2af12e20f2784c8b0c9d2e289579313a413.zip
Bluetooth: mgmt: Fix timeout type
Silence sparse warnings: net/bluetooth/mgmt.c:865:19: warning: cast to restricted __le16 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
Diffstat (limited to 'include/net/bluetooth/mgmt.h')
-rw-r--r--include/net/bluetooth/mgmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index ffc1377e092e..ebfd91fc20f8 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -117,7 +117,7 @@ struct mgmt_mode {
#define MGMT_OP_SET_DISCOVERABLE 0x0006
struct mgmt_cp_set_discoverable {
__u8 val;
- __u16 timeout;
+ __le16 timeout;
} __packed;
#define MGMT_SET_DISCOVERABLE_SIZE 3