[PATCH 01/13] smd: add debug message for hal start command

Kalle Valo kvalo at qca.qualcomm.com
Thu May 23 07:06:31 EDT 2013


Signed-off-by: Kalle Valo <kvalo at qca.qualcomm.com>
---
 smd.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/smd.c b/smd.c
index 42ac22f..4154680 100644
--- a/smd.c
+++ b/smd.c
@@ -133,6 +133,9 @@ int wcn36xx_smd_start(struct wcn36xx *wcn)
 
 	PREPARE_HAL_BUF(wcn->smd_buf, msg_body);
 
+	wcn36xx_dbg(WCN36XX_DBG_HAL, "hal start type %d",
+		    msg_body.params.type);
+
 	return wcn36xx_smd_send_and_wait(wcn, msg_body.header.len);
 }
 static int wcn36xx_smd_start_rsp(struct wcn36xx *wcn, void *buf, size_t len)




More information about the wcn36xx mailing list