qcacmn: Debug prints for monitor mode
Add some debug prints for monitor mode Change-Id: Ie12279c832647cac9e1f152c98fa0205dd9d495e CRs-Fixed: 2173407
This commit is contained in:
@@ -938,13 +938,13 @@ static QDF_STATUS dp_soc_interrupt_attach_wrapper(void *txrx_soc)
|
||||
|
||||
if (!(soc->wlan_cfg_ctx->napi_enabled) ||
|
||||
con_mode_monitor == QDF_GLOBAL_MONITOR_MODE) {
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
|
||||
"%s: Poll mode", __func__);
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
|
||||
"%s: Poll mode", __func__);
|
||||
return dp_soc_interrupt_attach_poll(txrx_soc);
|
||||
} else {
|
||||
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
|
||||
"%s: Interrupt mode", __func__);
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
|
||||
"%s: Interrupt mode", __func__);
|
||||
return dp_soc_interrupt_attach(txrx_soc);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user