diff options
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2012-07-04 10:17:27 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-07-04 15:18:45 +0300 |
commit | c2660d9bd21026b7b3c95f85a28bb56b3d41466c (patch) | |
tree | 508a68197176d986a6a611d2adb899e5da2459b7 /plugins | |
parent | 1bb26c19068d2591003c3e8c799ebf944a991ddb (diff) |
adapter_ops: remove disable_cod_cache
mgmt handles the cache automatically.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mgmtops.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c index 16a97c9a..0dde05ad 100644 --- a/plugins/mgmtops.c +++ b/plugins/mgmtops.c @@ -2194,14 +2194,6 @@ static int mgmt_set_did(int index, uint16_t vendor, uint16_t product, return 0; } -static int mgmt_disable_cod_cache(int index) -{ - DBG("index %d", index); - - /* The cache control is handled automatically for mgmt */ - return 0; -} - static int mgmt_restore_powered(int index) { DBG("index %d", index); @@ -2496,7 +2488,6 @@ static struct btd_adapter_ops mgmt_ops = { .set_did = mgmt_set_did, .add_uuid = mgmt_add_uuid, .remove_uuid = mgmt_remove_uuid, - .disable_cod_cache = mgmt_disable_cod_cache, .restore_powered = mgmt_restore_powered, .load_keys = mgmt_load_link_keys, .set_io_capability = mgmt_set_io_capability, |