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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user