summaryrefslogtreecommitdiff
path: root/include/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci_core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index faddd520a69c..eed980fb1f1a 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -515,9 +515,9 @@ struct hci_pinfo {
#define HCI_SFLT_MAX_OGF 5
struct hci_sec_filter {
- unsigned long type_mask;
- unsigned long event_mask[2];
- unsigned long ocf_mask[HCI_SFLT_MAX_OGF + 1][4];
+ __u32 type_mask;
+ __u32 event_mask[2];
+ __u32 ocf_mask[HCI_SFLT_MAX_OGF + 1][4];
};
/* ----- HCI requests ----- */