qcacld-3.0: Optimize driver init time log from HIF layer
Optimize driver init time log from HIF layer to avoid any console logging related side effect. Change-Id: If4331eb857d52330dc270cc8ebf6b559daa9413b CRs-Fixed: 2170144
This commit is contained in:
@@ -401,13 +401,13 @@ htt_pdev_alloc(ol_txrx_pdev_handle txrx_pdev,
|
|||||||
pdev->cfg.is_full_reorder_offload =
|
pdev->cfg.is_full_reorder_offload =
|
||||||
ol_cfg_is_full_reorder_offload(pdev->ctrl_pdev);
|
ol_cfg_is_full_reorder_offload(pdev->ctrl_pdev);
|
||||||
QDF_TRACE(QDF_MODULE_ID_HTT, QDF_TRACE_LEVEL_INFO,
|
QDF_TRACE(QDF_MODULE_ID_HTT, QDF_TRACE_LEVEL_INFO,
|
||||||
"is_full_reorder_offloaded? %d",
|
"full_reorder_offloaded %d",
|
||||||
(int)pdev->cfg.is_full_reorder_offload);
|
(int)pdev->cfg.is_full_reorder_offload);
|
||||||
|
|
||||||
pdev->cfg.ce_classify_enabled =
|
pdev->cfg.ce_classify_enabled =
|
||||||
ol_cfg_is_ce_classify_enabled(ctrl_pdev);
|
ol_cfg_is_ce_classify_enabled(ctrl_pdev);
|
||||||
QDF_TRACE(QDF_MODULE_ID_HTT, QDF_TRACE_LEVEL_INFO,
|
QDF_TRACE(QDF_MODULE_ID_HTT, QDF_TRACE_LEVEL_INFO,
|
||||||
"ce_classify_enabled? %d",
|
"ce_classify %d",
|
||||||
pdev->cfg.ce_classify_enabled);
|
pdev->cfg.ce_classify_enabled);
|
||||||
|
|
||||||
if (pdev->cfg.is_high_latency) {
|
if (pdev->cfg.is_high_latency) {
|
||||||
|
Reference in New Issue
Block a user