This patchset adds basic HT support for mesh nodes. We avoid the question of how to negotiate channel types, by simply disallowing peering with mismatched HT modes. Needs the mesh fixes posted earlier today for patch context. Many thanks to Luis Rodriguez for his assistance, and Ashok Nagarajan for co-authoring this patchset. Alexander Simon (1): mac80211: Add HT helper functions Thomas Pedersen (5): mac80211: add HT IEs to mesh frames mac80211: set HT capabilities for mesh peer mac80211: allow frame aggregation for mesh mac80211: add WMM IE to mesh frames mac80211: check mesh peer's WMM parameters include/linux/ieee80211.h | 26 ++++++ include/net/mac80211.h | 4 + net/mac80211/agg-rx.c | 3 +- net/mac80211/agg-tx.c | 4 +- net/mac80211/ht.c | 3 +- net/mac80211/ieee80211_i.h | 8 ++ net/mac80211/mesh.c | 75 ++++++++++++++-- net/mac80211/mesh.h | 4 + net/mac80211/mesh_plink.c | 24 +++++- net/mac80211/rx.c | 1 + net/mac80211/tx.c | 6 ++ net/mac80211/util.c | 208 ++++++++++++++++++++++++++++++++++++++++---- net/mac80211/work.c | 29 +------ 13 files changed, 336 insertions(+), 59 deletions(-) -- 1.7.5.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