All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Alexander Aring <alex.aring@gmail.com>
Cc: linux-wpan@vger.kernel.org, kernel@pengutronix.de
Subject: Re: [PATCH bluetooth-next 1/2] mac802154: iface: fix order while interface up
Date: Wed, 17 Jun 2015 16:01:46 +0200	[thread overview]
Message-ID: <35450551-CBF3-4F42-96D1-62E351F8C289@holtmann.org> (raw)
In-Reply-To: <1434548118-25656-1-git-send-email-alex.aring@gmail.com>

Hi Alex,

> This patch moves the hardware setting before calling the driver start
> callback which activates the receive handling. The hardware setup
> contains settings like address filtering which should be setup before
> activate the receive handling on the transceiver. These setting are
> protected by ieee802154_check_concurrent_iface check. This means we
> need to set these registers once before calling drv_start and can't
> be overwritten by other interfaces.
> 
> Signed-off-by: Alexander Aring <alex.aring@gmail.com>
> ---
> net/mac802154/iface.c | 103 +++++++++++++++++++++++++++-----------------------
> 1 file changed, 55 insertions(+), 48 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel


      parent reply	other threads:[~2015-06-17 14:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-17 13:35 [PATCH bluetooth-next 1/2] mac802154: iface: fix order while interface up Alexander Aring
2015-06-17 13:35 ` [PATCH bluetooth-next 2/2] mac802154: iface: cleanup stack variable Alexander Aring
2015-06-17 14:02   ` Marcel Holtmann
2015-06-17 14:01 ` Marcel Holtmann [this message]

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=35450551-CBF3-4F42-96D1-62E351F8C289@holtmann.org \
    --to=marcel@holtmann.org \
    --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.