From patchwork Fri Jun 2 23:58:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aloka Dixit X-Patchwork-Id: 689021 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B8BBC7EE3A for ; Fri, 2 Jun 2023 23:58:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236753AbjFBX6o (ORCPT ); Fri, 2 Jun 2023 19:58:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236470AbjFBX6m (ORCPT ); Fri, 2 Jun 2023 19:58:42 -0400 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 28EF6E43 for ; Fri, 2 Jun 2023 16:58:41 -0700 (PDT) Received: from pps.filterd (m0279866.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 352NuUU5015940; Fri, 2 Jun 2023 23:58:35 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=qcppdkim1; bh=o0gBrf+qVGuuJhEhQifxMrD/a4+Nl6CYSqEiVAhH7iI=; b=igtBc+z7WZvAUOfKTqkLrXmh+akcFKeahOuk3mvTVWU9kauGwDoGFeNga7ehDC2aqDMA wZu3gJGNNRXpBqXkA556WEyDQ3wFuqw6SoU3ovCmeh71t4vOZuVQZyet8qLCf64GOnGV lYb8Mx97jCgq5aX6B9ns4F4xRBSmuWijjAV3D4ySLIknPFex0SiZEEAKq8xKRYyVs91m SYcXbwLqnuIxqoaz21xBvgq5uxrLs0Hel31s5dqZGGJa1ruTxXkD3YWFYEmzbK05xVsi M45E146LWZSytM6+oOCOow14QP8rndApyAHznPyxQP+MFHdNnptOwja2in2H/EQSqUXB LQ== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3qytc880ff-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 02 Jun 2023 23:58:35 +0000 Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA01.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 352NwZXR017563 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 2 Jun 2023 23:58:35 GMT Received: from alokad-linux.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.42; Fri, 2 Jun 2023 16:58:34 -0700 From: Aloka Dixit To: , CC: Aloka Dixit Subject: [PATCH v4 00/11] wifi: ath12k: (v4) EHT support Date: Fri, 2 Jun 2023 16:58:09 -0700 Message-ID: <20230602235820.23912-1-quic_alokad@quicinc.com> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: 1m6b52pI-oLvVH9h4DYz2p3Be3XErAw- X-Proofpoint-ORIG-GUID: 1m6b52pI-oLvVH9h4DYz2p3Be3XErAw- X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.573,FMLib:17.11.176.26 definitions=2023-06-02_18,2023-06-02_02,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=999 mlxscore=0 clxscore=1011 spamscore=0 phishscore=0 lowpriorityscore=0 malwarescore=0 bulkscore=0 suspectscore=0 priorityscore=1501 adultscore=0 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2304280000 definitions=main-2306020189 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Add driver support for EHT bring-up, association and preamble puncturing. v4: Modified patch 3 to support WCN7850. v3: Modified patches 6 and 9 to fix some issues, changelog included in the respective patches. v2: This version modifies only few commit descriptions, changelog included in the respective patches. Following list gives the details for each patch. 1-4: Propagation of EHT capabilities from target to userspace. 5: Addition of EHT phy modes. 6-9: EHT related additions in peer association. 10: Process the new WMI service ready ext2 event. 11: Preamble puncturing support. Aloka Dixit (9): wifi: ath12k: rename HE capabilities setup/copy functions wifi: ath12k: move HE capabilities processing to a new function wifi: ath12k: WMI support to process EHT capabilities wifi: ath12k: propagate EHT capabilities to userspace wifi: ath12k: prepare EHT peer assoc parameters wifi: ath12k: add WMI support for EHT peer wifi: ath12k: peer assoc for 320 MHz wifi: ath12k: parse WMI service ready ext2 event wifi: ath12k: configure puncturing bitmap Muna Sinada (1): wifi: ath12k: add EHT PHY modes Pradeep Kumar Chitrapu (1): wifi: ath12k: add MLO header in peer association drivers/net/wireless/ath/ath12k/core.h | 17 + drivers/net/wireless/ath/ath12k/mac.c | 556 ++++++++++++++++++++----- drivers/net/wireless/ath/ath12k/mac.h | 2 +- drivers/net/wireless/ath/ath12k/wmi.c | 252 ++++++++++- drivers/net/wireless/ath/ath12k/wmi.h | 116 +++++- 5 files changed, 833 insertions(+), 110 deletions(-) base-commit: a4756ac34a7002861c9bdf8cf45aec53a77fb78d