Bluetooth: Use proper command structure in remove_uuid
The structure used for command was wrong (probably copy-paste mistake). Signed-off-by: Szymon Janc <szymon.janc@tieto.com> Acked-by: Johan Hedberg <johan.hedberg@nokia.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
parent
50899e8d3a
commit
779cb85016
@ -613,7 +613,7 @@ failed:
|
||||
static int remove_uuid(struct sock *sk, unsigned char *data, u16 len)
|
||||
{
|
||||
struct list_head *p, *n;
|
||||
struct mgmt_cp_add_uuid *cp;
|
||||
struct mgmt_cp_remove_uuid *cp;
|
||||
struct hci_dev *hdev;
|
||||
u8 bt_uuid_any[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
||||
u16 dev_id;
|
||||
|
Loading…
Reference in New Issue
Block a user