From: Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>
To: Claudio Pisa <claudio.pisa@uniroma2.it>
Cc: linville@tuxdriver.com, linux-wireless@vger.kernel.org,
johannes@sipsolutions.net
Subject: Re: [PATCH] mac80211: fix flag check for QoS NOACK frames
Date: Wed, 30 May 2012 21:41:26 +0200 [thread overview]
Message-ID: <20120530194126.GA11340@pandem0nium> (raw)
In-Reply-To: <1338206785-3222-1-git-send-email-claudio.pisa@uniroma2.it>
[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]
Hey Claudio,
thanks for fixing my bugs, that was definitly wrong! :)
Acked-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Cheers,
Simon
On Mon, May 28, 2012 at 01:06:25PM +0100, Claudio Pisa wrote:
>
> Signed-off-by: Claudio Pisa <claudio.pisa@uniroma2.it>
> ---
> net/mac80211/tx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
> index d67d36f..cb17497 100644
> --- a/net/mac80211/tx.c
> +++ b/net/mac80211/tx.c
> @@ -153,7 +153,7 @@ static __le16 ieee80211_duration(struct ieee80211_tx_data *tx,
>
> /* Don't calculate ACKs for QoS Frames with NoAck Policy set */
> if (ieee80211_is_data_qos(hdr->frame_control) &&
> - *(ieee80211_get_qos_ctl(hdr)) | IEEE80211_QOS_CTL_ACK_POLICY_NOACK)
> + *(ieee80211_get_qos_ctl(hdr)) & IEEE80211_QOS_CTL_ACK_POLICY_NOACK)
> dur = 0;
> else
> /* Time needed to transmit ACK
> --
> 1.7.10.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
prev parent reply other threads:[~2012-05-30 19:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-28 12:06 [PATCH] mac80211: fix flag check for QoS NOACK frames Claudio Pisa
2012-05-29 7:04 ` Johannes Berg
2012-05-29 15:05 ` Claudio Pisa
2012-05-30 19:41 ` Simon Wunderlich [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=20120530194126.GA11340@pandem0nium \
--to=simon.wunderlich@s2003.tu-chemnitz.de \
--cc=claudio.pisa@uniroma2.it \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/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;
as well as URLs for NNTP newsgroup(s).