From: Luciano Coelho <coelho@ti.com>
To: Arik Nemtsov <arik@wizery.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH 1/2] wl12xx: implement the tx_frames_pending mac80211 callback
Date: Fri, 29 Apr 2011 23:08:28 +0300 [thread overview]
Message-ID: <1304107708.12586.163.camel@cumari> (raw)
In-Reply-To: <1303850140-11230-1-git-send-email-arik@wizery.com>
On Tue, 2011-04-26 at 23:35 +0300, Arik Nemtsov wrote:
> Frames are considered pending when they reside in the driver TX queue or
> already queued in the FW.
>
> This notion of "pending" is appropriate for power save considerations in
> STA mode, but not necessarily in other modes (for instance P2P-GO).
>
> Signed-off-by: Arik Nemtsov <arik@wizery.com>
> ---
Applied, thanks!
> diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
> index dad81f6..3dc89f7 100644
> --- a/drivers/net/wireless/wl12xx/main.c
> +++ b/drivers/net/wireless/wl12xx/main.c
> @@ -3140,6 +3140,28 @@ out:
> return ret;
> }
>
> +bool wl1271_tx_frames_pending(struct ieee80211_hw *hw)
Added static here to avoid a sparse warning complaining that this
function is not exported but it was also not declared static.
--
Cheers,
Luca.
prev parent reply other threads:[~2011-04-29 20:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-26 20:35 [PATCH 1/2] wl12xx: implement the tx_frames_pending mac80211 callback Arik Nemtsov
2011-04-26 20:35 ` [PATCH 2/2] wl12xx: discard corrupted packets in RX Arik Nemtsov
2011-04-29 20:08 ` Luciano Coelho
2011-04-29 20:08 ` Luciano Coelho [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=1304107708.12586.163.camel@cumari \
--to=coelho@ti.com \
--cc=arik@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox