All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Arend van Spriel" <arend@broadcom.com>
To: "Luciano Coelho" <coelho@ti.com>
Cc: linux-wireless@vger.kernel.org, arik@wizery.com,
	"Eliad Peller" <eliad@wizery.com>
Subject: Re: [PATCH] wlcore: implement .flush callback
Date: Thu, 28 Jun 2012 13:07:58 +0200	[thread overview]
Message-ID: <4FEC3B0E.3040001@broadcom.com> (raw)
In-Reply-To: <1340813387-18407-1-git-send-email-coelho@ti.com>

On 06/27/2012 06:09 PM, Luciano Coelho wrote:
> From: Eliad Peller <eliad@wizery.com>
> 
> implement the .flush() callback by simply calling wl1271_tx_flush().
> 
> Signed-off-by: Eliad Peller <eliad@wizery.com>
> Signed-off-by: Luciano Coelho <coelho@ti.com>
> ---
>  drivers/net/wireless/ti/wlcore/main.c |    8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c
> +static void wlcore_op_flush(struct ieee80211_hw *hw, bool drop)
> +{
> +	struct wl1271 *wl = hw->priv;
> +
> +	wl1271_tx_flush(wl);
> +}
> +

So not taking the drop flag into account? Any plan to change that?

Gr. AvS


  parent reply	other threads:[~2012-06-28 11:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-27 16:09 [PATCH] wlcore: implement .flush callback Luciano Coelho
2012-06-28  5:52 ` Luciano Coelho
2012-06-28 11:07 ` Arend van Spriel [this message]
2012-06-28 11:25   ` Eliad Peller
2012-06-28 11:31     ` Arik Nemtsov
2012-06-28 18:44       ` Arend van Spriel
2012-06-28 18:48         ` Johannes Berg
2012-06-29  4:07           ` Luciano Coelho

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=4FEC3B0E.3040001@broadcom.com \
    --to=arend@broadcom.com \
    --cc=arik@wizery.com \
    --cc=coelho@ti.com \
    --cc=eliad@wizery.com \
    --cc=linux-wireless@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.