Re: pull request: bluetooth-next 2012-03-01 |
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
From: David Miller <davem@xxxxxxxxxxxxx>
Date: Thu, 01 Mar 2012 22:16:43 -0500 (EST)
> This was only three commits into your tree, therefore I'm not very
> optimistic to be honest with you.
In the very next commit, 3175405b906a85ed2bad21e09c444266e4a05a8e we end
up with:
mgmt_device_found(hdev, &info->bdaddr, ACL_LINK, 0x00,
info->dev_class, 0, 1, NULL);
which after all the rest of the commits still looks like:
mgmt_device_found(hdev, &info->bdaddr, ACL_LINK, 0x00,
info->dev_class, 0, !name_known, ssp,
NULL, 0);
You have to make those arguments line up properly:
mgmt_device_found(hdev, &info->bdaddr, ACL_LINK, 0x00,
info->dev_class, 0, !name_known, ssp,
NULL, 0);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
[Linux Kernel Discussion]
[Ethernet Bridging]
[Linux Wireless Networking]
[Linux Bluetooth Networking]
[Linux Networking Users]
[VLAN]
[Git]
[IETF Annouce]
[Linux Assembly]
[Security]
[Bugtraq]
[Photo]
[Singles Social Networking]
[Yosemite Information]
[MIPS Linux]
[ARM Linux Kernel]
[ARM Linux]
[Linux Virtualization]
[Linux Security]
[Linux IDE]
[Linux RAID]
[Linux SCSI]
[Free Dating]