qcacld-3.0: Remove obsolete CDS mq APIs reference from WMA module

After control path scheduler componentization CDS message queue
APIs are no longer used hence replace CDS mq APIs in WMA module
by scheduler mq APIs.

Change-Id: I57e878480eff8998a307bbacf3e480b8b77b9f3a
CRs-Fixed: 1114371
This commit is contained in:
Rajeev Kumar
2017-01-21 15:39:31 -08:00
committed by qcabuildsw
parent be5e2a8495
commit b60abe47ab
16 changed files with 130 additions and 126 deletions

View File

@@ -1591,7 +1591,7 @@ typedef struct {
/* NAN datapath support enabled in firmware */
bool nan_datapath_enabled;
QDF_STATUS (*pe_ndp_event_handler)(tpAniSirGlobal mac_ctx,
cds_msg_t *msg);
struct scheduler_msg *msg);
bool fw_timeout_crash;
bool sub_20_support;
tp_wma_packetdump_cb wma_mgmt_tx_packetdump_cb;