Return-path: Received: from sabertooth01.qualcomm.com ([65.197.215.72]:59415 "EHLO sabertooth01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751821AbdJXItF (ORCPT ); Tue, 24 Oct 2017 04:49:05 -0400 From: To: CC: Subject: [PATCH v7 0/5] Add TDLS feature for ath10k Date: Tue, 24 Oct 2017 16:51:09 +0800 Message-ID: <1508835074-3384-1-git-send-email-yintang@qti.qualcomm.com> (sfid-20171024_104957_271890_745E86E2) In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Yingying Tang This patchset is for Rome PCIE chip, it will not affect other hardware Yingying Tang (5): mac80211: Enable TDLS peer buffer STA feature ath10k: Enable TDLS peer buffer STA feature ath10k: Enable TDLS peer inactivity detection ath10k: Avoid to set WEP key for TDLS peer ath10k: Fix TDLS peer TX data failure issue on encryped AP drivers/net/wireless/ath/ath10k/mac.c | 9 ++++- drivers/net/wireless/ath/ath10k/wmi-tlv.c | 55 +++++++++++++++++++++++++++++ drivers/net/wireless/ath/ath10k/wmi-tlv.h | 9 +++++ drivers/net/wireless/ath/ath10k/wmi.h | 1 + include/net/mac80211.h | 4 +++ net/mac80211/debugfs.c | 1 + net/mac80211/tdls.c | 5 ++- 7 files changed, 82 insertions(+), 2 deletions(-) -- 1.7.9.5