From patchwork Tue Sep 19 02:52:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: yintang@qti.qualcomm.com X-Patchwork-Id: 9958047 X-Patchwork-Delegate: johannes@sipsolutions.net Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id BF82860568 for ; Tue, 19 Sep 2017 02:51:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9681C289B2 for ; Tue, 19 Sep 2017 02:51:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8B98A28A09; Tue, 19 Sep 2017 02:51:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3A3DA289B2 for ; Tue, 19 Sep 2017 02:51:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750990AbdISCv1 (ORCPT ); Mon, 18 Sep 2017 22:51:27 -0400 Received: from sabertooth02.qualcomm.com ([65.197.215.38]:20613 "EHLO sabertooth02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750789AbdISCv0 (ORCPT ); Mon, 18 Sep 2017 22:51:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=qti.qualcomm.com; i=@qti.qualcomm.com; q=dns/txt; s=qcdkim; t=1505789486; x=1537325486; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=jiLmhr8jHYoR6Al2z89sCOtRy72QSsmm//OClbbixO0=; b=VtllabzMiXLJkKooevIW+kqRK1+qIAOw02U23XoNXl1r4sWN0URRPt6N oxYhA5fxE9UCLEDxcs+lXqovZm1CFyqSy+0G0kwV5rAqnda76sxkMgDVG qyGYTtaXyxJ1sSBF+7c5QqUWgXW3T4Y+y13T2w3cPmL0W/Ilc1/xxQiUT U=; X-IronPort-AV: E=Sophos;i="5.42,415,1500966000"; d="scan'208";a="116014548" Received: from unknown (HELO Ironmsg03-R.qualcomm.com) ([10.53.140.107]) by sabertooth02.qualcomm.com with ESMTP; 18 Sep 2017 19:51:26 -0700 X-IronPort-AV: E=McAfee;i="5900,7806,8658"; a="1443616336" X-MGA-submission: =?us-ascii?q?MDFa5UN7cN00+EqPp8hBbiMM9uSc3UIT4iG2Ln?= =?us-ascii?q?olMG8Ai0HncKWhckF9JtdT5NcYEGWcIw0avUE3sfIZgpyn/7H7eRV5a8?= =?us-ascii?q?tFiP2Y47E0xBXYJs15TIpkyQ4M3BiAD3IB5nnkEdh3r12JSysF1rS8qa?= =?us-ascii?q?QJ?= Received: from nasanexm02f.na.qualcomm.com ([10.85.0.87]) by Ironmsg03-R.qualcomm.com with ESMTP/TLS/AES256-SHA; 18 Sep 2017 19:51:26 -0700 Received: from aptaiexm02b.ap.qualcomm.com (10.249.150.12) by nasanexm02f.na.qualcomm.com (10.85.0.87) with Microsoft SMTP Server (TLS) id 15.0.1293.2; Mon, 18 Sep 2017 19:51:25 -0700 Received: from yintang-HP-EliteBook-1.qca.qualcomm.com (10.80.80.8) by aptaiexm02b.ap.qualcomm.com (10.249.150.12) with Microsoft SMTP Server (TLS) id 15.0.1293.2; Tue, 19 Sep 2017 10:51:20 +0800 From: To: CC: Subject: [TDLS PATCH V2 5/5] ath10k: Avoid to set WEP key for TDLS peer Date: Tue, 19 Sep 2017 10:52:42 +0800 Message-ID: <1505789562-25389-1-git-send-email-yintang@qti.qualcomm.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: NASANEXM01E.na.qualcomm.com (10.85.0.31) To aptaiexm02b.ap.qualcomm.com (10.249.150.12) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Yingying Tang TDLS peer do not need WEP key. Setting WEP key will lead to TDLS setup failure. Add fix to avoid setting WEP key for TDLS peer. Signed-off-by: Yingying Tang --- drivers/net/wireless/ath/ath10k/mac.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index f6702cb..d2530f7 100644 --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/drivers/net/wireless/ath/ath10k/mac.c @@ -5841,6 +5841,10 @@ static int ath10k_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, ath10k_warn(ar, "Peer %pM disappeared!\n", peer_addr); spin_unlock_bh(&ar->data_lock); + if (sta && sta->tdls) + ath10k_wmi_peer_set_param(ar, arvif->vdev_id, sta->addr, + WMI_PEER_AUTHORIZE, 1); + exit: mutex_unlock(&ar->conf_mutex); return ret;