From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleksij Rempel Date: Thu, 30 May 2013 10:57:26 +0200 Subject: [ath9k-devel] [PATCH 0/3] Work on STBC Rx monitoring In-Reply-To: <1368949136-6079-1-git-send-email-linux@rempel-privat.de> References: <1368949136-6079-1-git-send-email-linux@rempel-privat.de> Message-ID: <51A71476.9070001@rempel-privat.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Any updates here? can some one please apply last two patches? Felix? Am 19.05.2013 09:38, schrieb Oleksij Rempel: > This patch set will pass RxSTBC flags from ath9k to ieee80211 > and to radiotap. > This field is now a part of radiotap specification: > http://www.radiotap.org/defined-fields/MCS > > Oleksij Rempel (3): > mac80211: add STBC flag for radiotap > ath9k: remove useless flag conversation. > ath9k: check for Rx-STBC flag and pass it to ieee80211 > > drivers/net/wireless/ath/ath9k/ar9003_mac.c | 5 +++-- > drivers/net/wireless/ath/ath9k/mac.c | 16 ++++++++++++---- > drivers/net/wireless/ath/ath9k/mac.h | 4 +++- > drivers/net/wireless/ath/ath9k/recv.c | 5 +---- > include/net/ieee80211_radiotap.h | 7 +++++++ > include/net/mac80211.h | 4 ++++ > net/mac80211/main.c | 3 ++- > net/mac80211/rx.c | 4 ++++ > net/mac80211/status.c | 3 ++- > 9 files changed, 38 insertions(+), 13 deletions(-) > -- Regards, Oleksij