From: Varka Bhadram <varkabhadram@gmail.com>
To: Alexander Aring <alex.aring@gmail.com>, linux-wpan@vger.kernel.org
Cc: kernel@pengutronix.de
Subject: Re: [PATCH bluetooth-next 1/2] nl802154: add support for cca ed level info
Date: Wed, 27 May 2015 17:24:53 +0530 [thread overview]
Message-ID: <5565B08D.1030708@gmail.com> (raw)
In-Reply-To: <1432726930-20126-2-git-send-email-alex.aring@gmail.com>
On 05/27/2015 05:12 PM, Alexander Aring wrote:
> This patch adds information about the current cca ed level when the phy
> is dumped over nl802154.
>
> Signed-off-by: Alexander Aring <alex.aring@gmail.com>
> ---
> net/ieee802154/nl802154.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/net/ieee802154/nl802154.c b/net/ieee802154/nl802154.c
> index 5c9d524..a89d9d0 100644
> --- a/net/ieee802154/nl802154.c
> +++ b/net/ieee802154/nl802154.c
> @@ -211,6 +211,7 @@ static const struct nla_policy nl802154_policy[NL802154_ATTR_MAX+1] = {
>
> [NL802154_ATTR_CCA_MODE] = { .type = NLA_U32, },
> [NL802154_ATTR_CCA_OPT] = { .type = NLA_U32, },
> + [NL802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
>
> [NL802154_ATTR_SUPPORTED_CHANNEL] = { .type = NLA_U32, },
>
> @@ -421,6 +422,12 @@ static int nl802154_send_wpan_phy(struct cfg802154_registered_device *rdev,
> goto nla_put_failure;
> }
>
> + if (rdev->wpan_phy.flags & WPAN_PHY_FLAG_CCA_ED_LEVEL) {
> + if (nla_put_s32(msg, NL802154_ATTR_CCA_ED_LEVEL,
> + rdev->wpan_phy.cca_ed_level))
> + goto nla_put_failure;
> + }
> +
> if (nl802154_put_capabilities(msg, rdev))
> goto nla_put_failure;
>
Reviewed-by: Varka Bhadram <varkabhadram@gmail.com>
--
Varka Bhadram
next prev parent reply other threads:[~2015-05-27 11:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-27 11:42 [PATCH bluetooth-next 0/2] ieee802154: add support for current cca ed level Alexander Aring
2015-05-27 11:42 ` [PATCH bluetooth-next 1/2] nl802154: add support for cca ed level info Alexander Aring
2015-05-27 11:54 ` Varka Bhadram [this message]
2015-05-27 17:32 ` Marcel Holtmann
2015-05-27 11:42 ` [PATCH bluetooth-next 2/2] nl802154: add support to set cca ed level Alexander Aring
2015-05-27 11:55 ` Varka Bhadram
2015-05-27 17:32 ` Marcel Holtmann
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=5565B08D.1030708@gmail.com \
--to=varkabhadram@gmail.com \
--cc=alex.aring@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-wpan@vger.kernel.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.