[ath9k-devel] [PATCH 3/3] ath9k: check for Rx-STBC flag and pass it to ieee80211

2013-05-19 Thread Oleksij Rempel
Signed-off-by: Oleksij Rempel li...@rempel-privat.de --- drivers/net/wireless/ath/ath9k/mac.c | 5 + drivers/net/wireless/ath/ath9k/mac.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath9k/mac.c b/drivers/net/wireless/ath/ath9k/mac.c index

[ath9k-devel] [PATCH 0/3] Work on STBC Rx monitoring

2013-05-19 Thread 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

[ath9k-devel] [PATCH 1/3] mac80211: add STBC flag for radiotap

2013-05-19 Thread Oleksij Rempel
Signed-off-by: Oleksij Rempel li...@rempel-privat.de --- 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 ++- 5 files changed, 19

[ath9k-devel] [PATCH 2/3] ath9k: remove useless flag conversation.

2013-05-19 Thread Oleksij Rempel
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 li...@rempel-privat.de --- drivers/net/wireless/ath/ath9k/ar9003_mac.c | 5 +++-- drivers/net/wireless/ath/ath9k/mac.c|