commit | 17fd08ffb5981cff2c921eb479f46b872b02b2b9 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Nov 26 12:15:59 2015 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Dec 10 00:51:49 2015 +0100 |
tree | 7c60ea06dddddd510508ffed7580dc2efc4fe8d0 | |
parent | 02c04afea93fbba7925984df455bc63e7d92da97 [diff] |
Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flag This flag just tells us whether hdev->adv_instances is empty or not. We can equally well use the list_empty() function to get this information. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>