qcacmn: Reduce the setup info console logging from hif and htc

Excessive info logging on to console is leading watchdog. Reduce info
logging

Change-Id: I0e098c95bfffb1e8d63a95226552e400cd7f610c
CRs-Fixed: 2287777
This commit is contained in:
Dustin Brown
2018-08-01 00:43:43 -07:00
committed by nshrivas
부모 ce86ecdfd3
커밋 1ec1510b48
2개의 변경된 파일7개의 추가작업 그리고 12개의 파일을 삭제

파일 보기

@@ -375,17 +375,14 @@ QDF_STATUS htc_connect_service(HTC_HANDLE HTCHandle,
QDF_TIMER_TYPE_SW);
}
AR_DEBUG_PRINTF(ATH_DEBUG_INFO,
("SVC:0x%4.4X, ULpipe:%d DLpipe:%d id:%d Ready",
pEndpoint->service_id, pEndpoint->UL_PipeID,
pEndpoint->DL_PipeID, pEndpoint->Id));
HTC_TRACE("SVC:0x%4.4X, ULpipe:%d DLpipe:%d id:%d Ready",
pEndpoint->service_id, pEndpoint->UL_PipeID,
pEndpoint->DL_PipeID, pEndpoint->Id);
if (disableCreditFlowCtrl && pEndpoint->TxCreditFlowEnabled) {
pEndpoint->TxCreditFlowEnabled = false;
AR_DEBUG_PRINTF(ATH_DEBUG_INFO,
("SVC:0x%4.4X ep:%d TX flow control disabled",
pEndpoint->service_id,
assignedEndpoint));
HTC_TRACE("SVC:0x%4.4X ep:%d TX flow control disabled",
pEndpoint->service_id, assignedEndpoint);
}
} while (false);