Message ID | 20211125001613.3274241-2-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/2] Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_key | expand |
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 3c5211c3a790..b557d86396d5 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -1058,7 +1058,7 @@ struct hci_cp_delete_stored_link_key { } __packed; struct hci_rp_delete_stored_link_key { __u8 status; - __u8 num_keys; + __le16 num_keys; } __packed; #define HCI_MAX_NAME_LENGTH 248