This series adds basic kernel-mode TDLS support for nl80211 based drivers. It is based in part on patches by Kalyan C. Gaddam, cc-ed here. Support is added for peer discovery and data path setup/teardown. More advanced features are not implemented. These include QoS/HT, peer PSM, peer U-APSD and channel switching. Notably, this patch-set does not include locking in the data path, to switch between AP-based and direct Tx during link setup/tear-down. This will be added by a later patch-set, if/when this series is accepted. In practice it seems to work quite well without additional locking. User-mode support is added in a companion series. Tested with wl12xx hardware, with a nl80211/mac80211 based driver. Comments/reviews are welcome. Arik Cc: Kalyan C Gaddam <chakkal@xxxxxxx> Arik Nemtsov (5): nl80211: support sending TDLS commands/frames mac80211: handle TDLS high-level commands and frames nl80211/mac80211: allow adding TDLS peers as stations mac80211: add a HW flag for TDLS support mac80211: send data directly to TDLS peers include/linux/ieee80211.h | 75 +++++++++ include/linux/if_ether.h | 1 + include/linux/nl80211.h | 40 +++++ include/net/cfg80211.h | 9 + include/net/mac80211.h | 4 + net/mac80211/Kconfig | 12 ++ net/mac80211/cfg.c | 383 +++++++++++++++++++++++++++++++++++++++++++++ net/mac80211/sta_info.h | 4 + net/mac80211/tx.c | 24 +++- net/wireless/nl80211.c | 73 +++++++++- net/wireless/util.c | 5 +- 11 files changed, 623 insertions(+), 7 deletions(-) -- 1.7.4.1 -- 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