Thread (4 messages) flat view 4 messages, 2 authors, 2018-05-18

Re: [PATCH] wcn36xx: Add support for Factory Test Mode (FTM)

From: Ramon Fried <hidden>
Date: 2018-05-18 10:06:35
Also in: linux-wireless, lkml

On 17 May 2018 at 21:37, Jeff Johnson [off-list ref] wrote:
On 2018-05-17 04:32, Ramon Fried wrote:
quoted
From: Eyal Ilsar <redacted>
...
quoted
+int wcn36xx_smd_process_ptt_msg(struct wcn36xx *wcn,
+                               struct ieee80211_vif *vif, void *ptt_msg,
size_t len,
+               void **ptt_rsp_msg)
+{
+       struct wcn36xx_hal_process_ptt_msg_req_msg *p_msg_body;
+       int ret = 0;
+
+       mutex_lock(&wcn->hal_mutex);
+       p_msg_body = kmalloc(
+               sizeof(struct wcn36xx_hal_process_ptt_msg_req_msg) + len,
+               GFP_ATOMIC);

NULL check required?
quoted
+       INIT_HAL_PTT_MSG(p_msg_body, len);
+
Thanks Jeff. will fix it and send again :)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help