Message ID | 20240305021320.3367-1-quic_bqiang@quicinc.com (mailing list archive) |
---|---|
Headers | show
Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.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 58FED17C96; Tue, 5 Mar 2024 02:13:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.168.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709604829; cv=none; b=Zampj/QNFw0LsARKZ5Arrgw6rMTM+XeDUNaHD9iFXfeX6NG1hE3E/Ue226U+ID6ISr0G6aGEy3LveLQpEyJmTMJfMXsaB5XU6KNrlGd82HYElinuTU1GMXubvPbiUpyyrS60w+xxpebqh1iady9b8FsMouS0TC7k0Yb/fGxYb/o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709604829; c=relaxed/simple; bh=OrYY+Eaij4FzqX8Qt8P2dZMwqpLRTs4feaamqhhUVQ8=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=h0a0aO3Z8DCQeIzDhrKl4qHjP2E6GP97ZBM+KLyWHpmNWvTY7jl5m7boTO57ieJV3gPGatNw040nlTOlIlrZIw77hgnVLP2jUNpwSnw8S/FoUo8ni5TO2o1F2N7zdE+1ZA273Q6vFuqKY/lHamp9xqszVwEABrYl8f0pLCQDS8M= 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=SyAId4ZD; arc=none smtp.client-ip=205.220.168.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="SyAId4ZD" Received: from pps.filterd (m0279867.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.24/8.17.1.24) with ESMTP id 42510D6A002006; Tue, 5 Mar 2024 02:13:33 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=dCzFLTU TEiYo4M/JEgFhJfKqhgtEMAvYsFn2UQ1ru7c=; b=SyAId4ZDIaclVwqaQc/rvp6 AwxQOid2YCrCw1lhP4Salqn/eGzscA0Zql05AHURJG46ry+U/oFCLn3+EQYx1dpZ Snc6RY74JksTer5R5S9hboinzUfLTLYngaK9dXqAERj6Wns27d7ei0krmKSKR8gw cL60LxfYtsKLM5neQFTY2GYwgX5zJnTemy6QVsU3iqnPelNNrNDPRJdESEivrn94 gOiff9pbmdO7VKlyXAeRJPTFlr2XXXzQVRt2UU9dnGqQ5JmESUPRjUp8jEqvt1r3 sOYZpjeMwa+rlMu4ZDZPkLWpq+BB1v4KKmMPb56urPWsgTX5igdo2ZhUbjfByGw= = Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3wnarj23et-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 05 Mar 2024 02:13:33 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 4252DWdf023741 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 5 Mar 2024 02:13:32 GMT Received: from bqiang-SFF.qca.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.1118.40; Mon, 4 Mar 2024 18:13:30 -0800 From: Baochen Qiang <quic_bqiang@quicinc.com> To: <ath11k@lists.infradead.org>, <manivannan.sadhasivam@linaro.org> CC: <linux-wireless@vger.kernel.org>, <linux-arm-msm@vger.kernel.org>, <mhi@lists.linux.dev>, <quic_bqiang@quicinc.com>, <davem@davemloft.net>, <edumazet@google.com>, <kuba@kernel.org>, <pabeni@redhat.com>, <netdev@vger.kernel.org> Subject: [PATCH v7 0/3] wifi: ath11k: hibernation support Date: Tue, 5 Mar 2024 10:13:17 +0800 Message-ID: <20240305021320.3367-1-quic_bqiang@quicinc.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) 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-ORIG-GUID: D_zV4LcTcGJOhPtel2aaVglDu0pPevEG X-Proofpoint-GUID: D_zV4LcTcGJOhPtel2aaVglDu0pPevEG X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1011,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2024-03-04_20,2024-03-04_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=995 adultscore=0 spamscore=0 impostorscore=0 mlxscore=0 malwarescore=0 phishscore=0 suspectscore=0 bulkscore=0 priorityscore=1501 clxscore=1015 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2402120000 definitions=main-2403050015 |
Series |
wifi: ath11k: hibernation support
|
expand
|