summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGustavo F. Padovan2011-10-15 00:56:21 +0200
committerGustavo F. Padovan2011-10-15 00:56:21 +0200
commitc636ef58865920c8ba9f877c1040bc73eb61e5cb (patch)
treeea64a5356cea26167e9c403364e155fb543f942b /include
parentBluetooth: Use list_for_each_entry() in mgmt (diff)
downloadkernel-qcow2-linux-c636ef58865920c8ba9f877c1040bc73eb61e5cb.tar.gz
kernel-qcow2-linux-c636ef58865920c8ba9f877c1040bc73eb61e5cb.tar.xz
kernel-qcow2-linux-c636ef58865920c8ba9f877c1040bc73eb61e5cb.zip
Bluetooth: Fix mgmt interaction with userspace
Partially revert 34918cd7. struct mgmt_key_info needs to have the same size as its version exported to userspace. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/mgmt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index d66da0f94f95..3062fd3a65d2 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -101,8 +101,6 @@ struct mgmt_key_info {
u8 type;
u8 val[16];
u8 pin_len;
- u8 dlen;
- u8 data[0];
} __packed;
#define MGMT_OP_LOAD_KEYS 0x000D