Return-path: Received: from sabertooth02.qualcomm.com ([65.197.215.38]:57594 "EHLO sabertooth02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751451AbdISDN4 (ORCPT ); Mon, 18 Sep 2017 23:13:56 -0400 From: To: CC: Subject: [TDLS PATCH V3 0/5] Add TDLS feature for ath10k Date: Tue, 19 Sep 2017 11:15:08 +0800 Message-ID: <1505790913-28377-1-git-send-email-yintang@qti.qualcomm.com> (sfid-20170919_051439_311255_6A4FB998) 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: Avoid to set WEP key for TDLS peer 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 | 23 ++++++++++++ drivers/net/wireless/ath/ath10k/wmi.h | 1 + include/net/cfg80211.h | 3 ++ net/mac80211/tdls.c | 5 ++- 6 files changed, 94 insertions(+), 2 deletions(-) -- 1.7.9.5