Message ID | 20240617131650.3288118-1-quic_ramess@quicinc.com (mailing list archive) |
---|---|
Headers | show
Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 575BD198838 for <linux-wireless@vger.kernel.org>; Mon, 17 Jun 2024 13:17:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718630235; cv=none; b=bWzfp6bxCzG02LadFrcV7Pnl+R5UYt0Z8WtLH/JnTiNj7DQxhnhQaLa/ccz35yA2o8uTW5IAEfi5kAc5BdGS9qASWhHs2+KZ5DX0Ig8VBABHIa7c+eS/j4mXxHH8WmDOR9IEzhoNna1FatYQK0svvdeb/UKFr6CEcx5pYRM03TA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718630235; c=relaxed/simple; bh=esgRASJE4EGOno8xhA3ksYYmoitst7Urxwku+3UKaLc=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=vDZfrM/0U0gx6vihoHoWRrc/g+L5ynOB04urdeFpr0VFGLzY1PHmc87VkpUZK//gdQ9vyLcxe+yRQ0wT5FExZ8HNxFdYQvwL11lvPKiNslcUifISaDAp+G+cSAC7eGu+TMVtLs/wKCoWF6wIv1IPEPcTua6T2bcLc9+uPZHwOXg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=MYScLTis; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="MYScLTis" Received: from pps.filterd (m0279869.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 45HAh09o023593; Mon, 17 Jun 2024 13:17:07 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to; s=qcppdkim1; bh=vxYjAOui+sHY6cUMnscS8h wN2O2R8f0csN7n9FcYSlE=; b=MYScLTisJ6yMDt3d0Y/LPZSNnOs9dUHC3RWzZI fTIhEXtYTp9928/MKs99EakLBrLrjxrT9ULGmWEYvq4vo6XRXO9cIINPRU9XO4ew 9VQ0bzjLb22tw2mw8HkgHsKS7dtlmn1R5UUnIo0HhKetKhgCxoXwTz8hMZY/MMEt sVa1f2z5/uDWGiKnlHXKdhb7PoHo9vunN5mpXEUqPIbR6hg/9SDPb5wA63+oKGTM KZQwNs5XYmdqeLPhWtIAxVkUz902BdN1i7IOfYjZ3ZqHuF/ziyO7+NvFHUP1YbMY kGxHiM0opBvB1etsBPD07YmmnS5ZrVZPksVyDFG6pZibpDuw== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3ys1y6usru-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 17 Jun 2024 13:17:07 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 45HDH5tM024604 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 17 Jun 2024 13:17:05 GMT Received: from hu-ramess-blr.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 17 Jun 2024 06:17:04 -0700 From: Rameshkumar Sundaram <quic_ramess@quicinc.com> To: <ath12k@lists.infradead.org> CC: <linux-wireless@vger.kernel.org>, Rameshkumar Sundaram <quic_ramess@quicinc.com> Subject: [PATCH v4 0/3] wifi: ath12k: prepare vif and sta datastructure Date: Mon, 17 Jun 2024 18:46:47 +0530 Message-ID: <20240617131650.3288118-1-quic_ramess@quicinc.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: <linux-wireless.vger.kernel.org> List-Subscribe: <mailto:linux-wireless+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-wireless+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: s31sXdlEp-m3Ra11t0uxAYlO5N2Uh8vK X-Proofpoint-ORIG-GUID: s31sXdlEp-m3Ra11t0uxAYlO5N2Uh8vK X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-06-17_11,2024-06-17_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 adultscore=0 impostorscore=0 mlxscore=0 bulkscore=0 clxscore=1015 lowpriorityscore=0 spamscore=0 mlxlogscore=684 suspectscore=0 phishscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2405170001 definitions=main-2406170103 |
Series |
wifi: ath12k: prepare vif and sta datastructure
|
expand
|