From patchwork Thu Jan 24 14:21:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abhishek Ambure X-Patchwork-Id: 10779095 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 46AF013B4 for ; Thu, 24 Jan 2019 14:21:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2DF4430697 for ; Thu, 24 Jan 2019 14:21:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2BBE8306AA; Thu, 24 Jan 2019 14:21:51 +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=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI 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 BE26030690 for ; Thu, 24 Jan 2019 14:21:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727903AbfAXOVt (ORCPT ); Thu, 24 Jan 2019 09:21:49 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:37528 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727694AbfAXOVt (ORCPT ); Thu, 24 Jan 2019 09:21:49 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id E6F57607DD; Thu, 24 Jan 2019 14:21:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1548339708; bh=lHCLseRg06IP8EXc04vWqzRWDozSv1IKhCCDdMSOlj8=; h=From:To:Cc:Subject:Date:From; b=gz6ivUcGqkgtHXyyS2zhM+c1gWNQ/n2cZrNPuoK+y2sWEQi2jPsqWd43xgyjjHTez ddfmz9lKwi+PfolnJwykefDBEg7+26orTDPFP61/n4tpKPEDppHjmn41oge5tDm3R6 9KP4ULuQMRvIkq+5hmPLBXjGyjGYIokP6x0N9b/Q= Received: from aambure-linux.qualcomm.com (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: aambure@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 2B988607DD; Thu, 24 Jan 2019 14:21:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1548339706; bh=lHCLseRg06IP8EXc04vWqzRWDozSv1IKhCCDdMSOlj8=; h=From:To:Cc:Subject:Date:From; b=Yzp6CSZfUdtJlLy6ARZImiRKOsFTVCNpgHM5uwoGEiBBXNDqCu8xpiFUlRTzR/Zy/ pl+sFasR670/ejONfU2pBbwnP7SncFdf5fTHffuRI0dqSFfGLofsT0XBLV4IqU4HFh I7z6R4tDpx4TaleMooOo/ewX87uJ2Z9eKFu+yYxk= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 2B988607DD Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=aambure@codeaurora.org From: Abhishek Ambure To: ath10k@lists.infradead.org Cc: linux-wireless@vger.kernel.org, Abhishek Ambure Subject: [PATCH 0/2] Enable WPA3 cipher suites in WCN3990 firmware Date: Thu, 24 Jan 2019 19:51:35 +0530 Message-Id: <1548339697-17766-1-git-send-email-aambure@codeaurora.org> X-Mailer: git-send-email 1.9.1 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 This patchset brings changes to enable CCMP, GCMP & GCMP-256 cipher suites to run WPA3 security protocol in WCN3990. TLV based firmwares ex. QCA6174, WCN3990 and non-TLV based firmwares have differnet mapping for GCMP & GCMP-256 cipher suites. Cipher suites mapping in host driver is done according to wmi tlv and non-tlv versions of firmware. Abhishek Ambure (2): ath10k: Assign 'n_cipher_suites = 11' for WCN3990 to enable WPA3 ath10k: Update GCMP & GCMP-256 cipher suite number for WCN3990 drivers/net/wireless/ath/ath10k/core.c | 1 + drivers/net/wireless/ath/ath10k/core.h | 1 + drivers/net/wireless/ath/ath10k/mac.c | 12 +++++------ drivers/net/wireless/ath/ath10k/wmi-tlv.c | 6 ++++-- drivers/net/wireless/ath/ath10k/wmi.c | 30 ++++++++++++++++++++++++++++ drivers/net/wireless/ath/ath10k/wmi.h | 33 ++++++++++++++++++++++--------- 6 files changed, 66 insertions(+), 17 deletions(-)