aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_mon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/hci_mon.h')
-rw-r--r--include/net/bluetooth/hci_mon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_mon.h b/include/net/bluetooth/hci_mon.h
index 240786b04a46..e22c289503b5 100644
--- a/include/net/bluetooth/hci_mon.h
+++ b/include/net/bluetooth/hci_mon.h
@@ -54,7 +54,7 @@ struct hci_mon_new_index {
__u8 type;
__u8 bus;
bdaddr_t bdaddr;
- char name[8];
+ char name[8] __nonstring;
} __packed;
#define HCI_MON_NEW_INDEX_SIZE 16