These patches add STBC rx flag for radiotap. They are based on proposed field structure from radiotap.org. Only one STBC stream is supported. TODO: Implement mechanism for passing the number of STBC streams being used. We could use mac80211_rx_flags to point number of streams which would require 3 precious bits or use a separate structure. Wojciech Dubowik (2): mac80211: Add STBC RX flag to radiotap ath9k: Add STBC flag to rx status drivers/net/wireless/ath/ath9k/ar9003_mac.c | 1 + drivers/net/wireless/ath/ath9k/mac.c | 2 ++ drivers/net/wireless/ath/ath9k/mac.h | 1 + drivers/net/wireless/ath/ath9k/recv.c | 2 ++ include/net/ieee80211_radiotap.h | 6 ++++++ include/net/mac80211.h | 2 ++ net/mac80211/main.c | 3 ++- net/mac80211/rx.c | 2 ++ 8 files changed, 18 insertions(+), 1 deletion(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html