qcacld-3.0: Add qdf references in place of cdf

Replace CDF references with QDF references.

Change-Id: Ifb4571174719b5fce61dd305545d05628265f317
CRs-Fixed: 981188
This commit is contained in:
Anurag Chouhan
2016-03-03 10:12:12 +05:30
committed by Gerrit - the friendly Code Review server
vanhempi cbc6d72570
commit f04e84f24a
82 muutettua tiedostoa jossa 884 lisäystä ja 876 poistoa

Näytä tiedosto

@@ -38,7 +38,7 @@
#include "hif.h"
struct ol_context;
QDF_STATUS ol_cds_init(qdf_device_t cdf_dev, void *hif_ctx);
QDF_STATUS ol_cds_init(qdf_device_t qdf_dev, void *hif_ctx);
void ol_cds_free(void);
/**