From: Valentin Manea <atheros@mrs.ro>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] Disabling Link-Layer Acks
Date: Wed, 07 Oct 2009 19:14:18 +0300 [thread overview]
Message-ID: <4ACCBE5A.9020507@mrs.ro> (raw)
In-Reply-To: <19148.12608.592686.185992@gargle.gargle.HOWL>
On 10/07/2009 09:12 AM, Sujith wrote:
> Matt Tierney wrote:
>
>> This is bumping an old question<http://www.mail-archive.com/ath9k-devel@lists.ath9k.org/msg00016.html> but I was wondering if there was a simple (quick and dirty, if need be) way to disable link-layer acks.
>>
>> I think I found the right place to do this in the xmit.c code, under the setup_tx_flags function:
>>
>> if (tx_info->flags& IEEE80211_TX_CTL_NO_ACK)
>> flags |= ATH9K_TXDESC_NOACK;
>>
>> I expect that I would just need to comment out the first line with the if-condition.
>>
>> Is this a correct way to handle disabling link-layer acks for now?
>>
> No. That flag is used to indicate whether we should
> expect an ACK for the frame being sent.
>
> The correct way would be to set AR_DIAG_ACK_DIS in AR_DIAG_SW (reg.h)
>
Hi Sujit,
As I'm interested in this, I was wondering if setting this bit also
disables sending the BlockAcks?
Thanks
next prev parent reply other threads:[~2009-10-07 16:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-01 16:50 [ath9k-devel] Disabling Link-Layer Acks Matt Tierney
2009-10-02 21:29 ` Luis R. Rodriguez
2009-10-07 6:12 ` Sujith
2009-10-07 16:14 ` Valentin Manea [this message]
2009-10-07 17:11 ` Ranga Rao Ravuri
2009-10-07 17:16 ` Valentin Manea
-- strict thread matches above, loose matches on Subject: below --
2008-07-29 14:16 [ath9k-devel] Disabling link-layer ACKs William Usher
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=4ACCBE5A.9020507@mrs.ro \
--to=atheros@mrs.ro \
--cc=ath9k-devel@lists.ath9k.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.