qcacmn: Enable DP statistics in driver by default for MCL

Both process_tx_status and process_rx_status is disabled for the
default setting. Enable those flags by default for MCL

CRs-Fixed: 2146734
Change-Id: I8c5a636badcfe9327fce7f3332abd93946f003bd
Этот коммит содержится в:
chenguo
2017-12-19 18:49:41 +08:00
коммит произвёл snandini
родитель abb925005d
Коммит 9bece1afc7
3 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@@ -2927,7 +2927,7 @@ QDF_STATUS dp_tx_soc_attach(struct dp_soc *soc)
* only for NPR EMU, should be removed, once NPR platforms
* are stable.
*/
soc->process_tx_status = 0;
soc->process_tx_status = CONFIG_PROCESS_TX_STATUS;
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
"%s HAL Tx init Success\n", __func__);