All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tsaixiong <ivycx1992@gmail.com>
To: linux-wireless@vger.kernel.org
Subject: Re: [RFCv2 07/10] ath9k: enable control frame reception
Date: Fri, 24 Oct 2014 02:00:11 +0000 (UTC)	[thread overview]
Message-ID: <loom.20141024T035214-81@post.gmane.org> (raw)
In-Reply-To: 1405246704-7489-8-git-send-email-lorenzo.bianconi83@gmail.com

Lorenzo Bianconi <lorenzo.bianconi83@...> writes:

> 
> Enable control frame reception if dynamic ack processing is enabled
> 
> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@...>
> ---
>  drivers/net/wireless/ath/ath9k/recv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/wireless/ath/ath9k/recv.c 
b/drivers/net/wireless/ath/ath9k/recv.c
> index ad317a4..cc5ba4a 100644
> --- a/drivers/net/wireless/ath/ath9k/recv.c
> +++ b/drivers/net/wireless/ath/ath9k/recv.c
>  <at>  <at>  -398,7 +398,7  <at>  <at>  u32 ath_calcrxfilter(struct ath_softc 
*sc)
>  	if (sc->sc_ah->is_monitoring)
>  		rfilt |= ATH9K_RX_FILTER_PROM;
> 
> -	if (sc->rx.rxfilter & FIF_CONTROL)
> +	if ((sc->rx.rxfilter & FIF_CONTROL) || sc->sc_ah->dynack.enabled)
>  		rfilt |= ATH9K_RX_FILTER_CONTROL;
> 
>  	if ((sc->sc_ah->opmode == NL80211_IFTYPE_STATION) &&

Dear Lorenzo:

Thank you your patch!But I want to know where can I get the RTS/CTS and ACK in 
MAC80211 or ATH9K after adopting this change,using the function 
ieee80211_rx_h_ctrl(/net/mac80211/rx.c)?

Any reply will be much appreciated!!


  reply	other threads:[~2014-10-24  2:05 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-13 10:18 [ath9k-devel] [RFCv2 00/10] add support for ack timeout estimation in ath9k driver Lorenzo Bianconi
2014-07-13 10:18 ` Lorenzo Bianconi
2014-07-13 10:18 ` [ath9k-devel] [RFCv2 01/10] ath9k: export methods related to ack timeout estimation Lorenzo Bianconi
2014-07-13 10:18   ` Lorenzo Bianconi
2014-07-13 10:18 ` [ath9k-devel] [RFCv2 02/10] ath9k: add duration field to ath_tx_status Lorenzo Bianconi
2014-07-13 10:18   ` Lorenzo Bianconi
2014-07-13 10:18 ` [ath9k-devel] [RFCv2 03/10] ath9k: add dynamic ack timeout estimation Lorenzo Bianconi
2014-07-13 10:18   ` Lorenzo Bianconi
2014-07-13 10:18 ` [ath9k-devel] [RFCv2 04/10] ath9k: add config for (en|dis)abling " Lorenzo Bianconi
2014-07-13 10:18   ` Lorenzo Bianconi
2014-07-13 10:18 ` [ath9k-devel] [RFCv2 05/10] ath9k: do not overwrite " Lorenzo Bianconi
2014-07-13 10:18   ` Lorenzo Bianconi
2014-07-13 10:18 ` [ath9k-devel] [RFCv2 06/10] ath9k: add sampling methods for (tx|rx) timestamp Lorenzo Bianconi
2014-07-13 10:18   ` Lorenzo Bianconi
2014-07-13 10:18 ` [ath9k-devel] [RFCv2 07/10] ath9k: enable control frame reception Lorenzo Bianconi
2014-07-13 10:18   ` Lorenzo Bianconi
2014-10-24  2:00   ` Tsaixiong [this message]
2014-07-13 10:18 ` [ath9k-devel] [RFCv2 08/10] ath9k: add debugfs support for dynack Lorenzo Bianconi
2014-07-13 10:18   ` Lorenzo Bianconi
2014-07-13 10:18 ` [ath9k-devel] [RFCv2 09/10] ath9k: disable dynack algorithm when coverage class is set Lorenzo Bianconi
2014-07-13 10:18   ` Lorenzo Bianconi
2014-07-13 10:30   ` [ath9k-devel] " Felix Fietkau
2014-07-13 10:30     ` Felix Fietkau
2014-07-13 10:31     ` Hosam Hittini
2014-07-13 16:47     ` Lorenzo Bianconi
2014-07-13 16:47       ` Lorenzo Bianconi
2014-07-13 10:18 ` [ath9k-devel] [RFCv2 10/10] ath9k: initialize ath_node linked list Lorenzo Bianconi
2014-07-13 10:18   ` Lorenzo Bianconi

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=loom.20141024T035214-81@post.gmane.org \
    --to=ivycx1992@gmail.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.