From: Oleksij Rempel <linux@rempel-privat.de>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [PATCH 0/2] ath9k: add STBC Rx flags (repost untill some one asnwers)
Date: Mon, 03 Jun 2013 12:14:30 +0200 [thread overview]
Message-ID: <51AC6C86.9090502@rempel-privat.de> (raw)
In-Reply-To: <20908.26870.629833.926468@gargle.gargle.HOWL>
Am 03.06.2013 11:59, schrieb Sujith Manoharan:
> Oleksij Rempel wrote:
>> One more repost of old patches. I need, please, at least some kind of answer:
>> "we don't wont patches from you" or "you are doing some thing wrong".
>
> Both the patches have already been merged in wireless-testing.
ah... i didn't noticed that.
thank you ;)
> commit b0a1ae976d6cd40ff90ba87883e17eb2610dae3d
> Author: Oleksij Rempel <linux@rempel-privat.de>
> Date: Fri May 24 20:30:59 2013 +0200
>
> ath9k: check for Rx-STBC flag and pass it to ieee80211
>
> This patch make use of STBC flag in DMA RX descriptor.
> Only devices after ar9280 can provide this information.
>
> If card support it we will set HAVE_STBC flag, to show
> clint programm thet STBC is supported but not received.
>
> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
>
> commit ab276103357637fb26cc851369b5abbdc42afbf4
> Author: Oleksij Rempel <linux@rempel-privat.de>
> Date: Fri May 24 12:18:30 2013 +0200
>
> ath9k: remove useless flag conversation.
>
> some flags used only outside of ath9k - In this case we can use
> "enum mac80211_rx_flags" and pass it upstream without extra
> conversation.
>
> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
>
> Sujith
>
--
Regards,
Oleksij
WARNING: multiple messages have this Message-ID (diff)
From: Oleksij Rempel <linux@rempel-privat.de>
To: Sujith Manoharan <sujith@msujith.org>
Cc: ath9k-devel@lists.ath9k.org, linux-wireless@vger.kernel.org
Subject: Re: [PATCH 0/2] ath9k: add STBC Rx flags (repost untill some one asnwers)
Date: Mon, 03 Jun 2013 12:14:30 +0200 [thread overview]
Message-ID: <51AC6C86.9090502@rempel-privat.de> (raw)
In-Reply-To: <20908.26870.629833.926468@gargle.gargle.HOWL>
Am 03.06.2013 11:59, schrieb Sujith Manoharan:
> Oleksij Rempel wrote:
>> One more repost of old patches. I need, please, at least some kind of answer:
>> "we don't wont patches from you" or "you are doing some thing wrong".
>
> Both the patches have already been merged in wireless-testing.
ah... i didn't noticed that.
thank you ;)
> commit b0a1ae976d6cd40ff90ba87883e17eb2610dae3d
> Author: Oleksij Rempel <linux@rempel-privat.de>
> Date: Fri May 24 20:30:59 2013 +0200
>
> ath9k: check for Rx-STBC flag and pass it to ieee80211
>
> This patch make use of STBC flag in DMA RX descriptor.
> Only devices after ar9280 can provide this information.
>
> If card support it we will set HAVE_STBC flag, to show
> clint programm thet STBC is supported but not received.
>
> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
>
> commit ab276103357637fb26cc851369b5abbdc42afbf4
> Author: Oleksij Rempel <linux@rempel-privat.de>
> Date: Fri May 24 12:18:30 2013 +0200
>
> ath9k: remove useless flag conversation.
>
> some flags used only outside of ath9k - In this case we can use
> "enum mac80211_rx_flags" and pass it upstream without extra
> conversation.
>
> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
>
> Sujith
>
--
Regards,
Oleksij
next prev parent reply other threads:[~2013-06-03 10:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-03 7:57 [ath9k-devel] [PATCH 0/2] ath9k: add STBC Rx flags (repost untill some one asnwers) Oleksij Rempel
2013-06-03 7:57 ` Oleksij Rempel
2013-06-03 7:57 ` [ath9k-devel] [PATCH 1/2] ath9k: remove useless flag conversation Oleksij Rempel
2013-06-03 7:57 ` Oleksij Rempel
2013-06-03 7:57 ` [ath9k-devel] [PATCH v4 2/2] ath9k: check for Rx-STBC flag and pass it to ieee80211 Oleksij Rempel
2013-06-03 7:57 ` Oleksij Rempel
2013-06-03 9:59 ` [ath9k-devel] [PATCH 0/2] ath9k: add STBC Rx flags (repost untill some one asnwers) Sujith Manoharan
2013-06-03 9:59 ` Sujith Manoharan
2013-06-03 10:14 ` Oleksij Rempel [this message]
2013-06-03 10:14 ` Oleksij Rempel
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=51AC6C86.9090502@rempel-privat.de \
--to=linux@rempel-privat.de \
--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.