From: Jeff Johnson <jjohnson@codeaurora.org>
To: Ramon Fried <ramon.fried@linaro.org>
Cc: kvalo@codeaurora.org, linux-kernel@vger.kernel.org,
wcn36xx@lists.infradead.org, linux-wireless@vger.kernel.org,
netdev@vger.kernel.org, Eyal Ilsar <eilsar@codeaurora.org>,
linux-wireless-owner@vger.kernel.org
Subject: Re: [PATCH] wcn36xx: Add support for Factory Test Mode (FTM)
Date: Thu, 17 May 2018 11:37:35 -0700 [thread overview]
Message-ID: <58c8d2d16995e80f5527370e224045e2@codeaurora.org> (raw)
In-Reply-To: <20180517113250.16517-1-ramon.fried@linaro.org>
On 2018-05-17 04:32, Ramon Fried wrote:
> From: Eyal Ilsar <eilsar@codeaurora.org>
...
> +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?
> + INIT_HAL_PTT_MSG(p_msg_body, len);
> +
next prev parent reply other threads:[~2018-05-17 18:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-17 11:32 [PATCH] wcn36xx: Add support for Factory Test Mode (FTM) Ramon Fried
2018-05-17 18:35 ` Jeff Johnson
2018-05-17 18:37 ` Jeff Johnson [this message]
2018-05-18 10:06 ` Ramon Fried
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=58c8d2d16995e80f5527370e224045e2@codeaurora.org \
--to=jjohnson@codeaurora.org \
--cc=eilsar@codeaurora.org \
--cc=kvalo@codeaurora.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless-owner@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=ramon.fried@linaro.org \
--cc=wcn36xx@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.