Message ID | 20250327015546.1501-1-quic_kangyang@quicinc.com |
---|---|
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 F1CCF4502A for <linux-wireless@vger.kernel.org>; Thu, 27 Mar 2025 01:56:18 +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=1743040580; cv=none; b=btNRhlhLI5AD4vlsHabsneGdYLw8/6Pz3N3BmLz6yKoI+1jqyNnDvLN7F+7728dDfki89ur6Ycrs6oTJmRPiBPQriXJcALl4iXX9nHjMkbQNCOAfP+7OWwrFNSyCdffZPfWHR84KES3w2XeSGjq3ouwZq+m8hlJOI7Z9t4M8eBM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743040580; c=relaxed/simple; bh=l0OYvLbza+/1ff9JOIddp7QjVQReII3z1rrsbrjJrH8=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=b3NF1VrjgtEXJL3QZ2xPsxbedvzgP7ZZ9RGYS2ka1ZjwmWRLJjI3XdpAVNwMJdGmlswdJWrrdqgYP+kec/Ab3yPIId9ZC8GMT33+1H+bdN7WsAfQYf/0TySXrMw+8PwVg63D4xfrCw3sq12VYxkzQyMMOaR/aUQENw0heCRoYgw= 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=Q8E0ZLS2; 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="Q8E0ZLS2" Received: from pps.filterd (m0279863.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 52QEZepe009175; Thu, 27 Mar 2025 01:56:14 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=zinkL6txSCyhyTncpj8m+a ZRhR3oWbxEzPnM6wuYJv8=; b=Q8E0ZLS2gGZYcsY4ZA8pioRlDhkgAnDqbhgOqP PlbwprSj6p9Ld8u5u2AgdHpcqEtIkQoJXB4HjuGA2oxqxbTiYxyz2L5Ga/VU0PcE Y8G/ZydDPpEtENl9AiP+t2ooUSsoKj47bkefiVtAwPUQc4/4DsGzjkxb41LFJr8X YzTs53FP8/nq4EJEKa4P8tkd0fjWZPnKtITPQkll64j1AKqcuVNC09jfXr9POUFF GF4myygWJF1+FveXS0gG93V6NBKKha+1dNfaoREH0Fqov75ZcBqazpuf8+43oJXK 1k1epcAIyWk+n60u1Z8mLn/jeEBm3ecuQdSWySbLW587ht/A== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 45kmd4pycq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 27 Mar 2025 01:56:14 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA03.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 52R1uDuS024279 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 27 Mar 2025 01:56:13 GMT Received: from kangyang.ap.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.1544.9; Wed, 26 Mar 2025 18:56:12 -0700 From: Kang Yang <quic_kangyang@quicinc.com> To: <ath12k@lists.infradead.org>, <quic_kangyang@quicinc.com> CC: <linux-wireless@vger.kernel.org> Subject: [PATCH v13 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850 Date: Thu, 27 Mar 2025 09:55:41 +0800 Message-ID: <20250327015546.1501-1-quic_kangyang@quicinc.com> X-Mailer: git-send-email 2.34.1.windows.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: 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-ORIG-GUID: qOe-N5y2gfNBwfQUN_Cuyhk1xL_TCDDY X-Proofpoint-GUID: qOe-N5y2gfNBwfQUN_Cuyhk1xL_TCDDY X-Authority-Analysis: v=2.4 cv=QLZoRhLL c=1 sm=1 tr=0 ts=67e4b03e cx=c_pps a=ouPCqIW2jiPt+lZRy3xVPw==:117 a=ouPCqIW2jiPt+lZRy3xVPw==:17 a=GEpy-HfZoHoA:10 a=Vs1iUdzkB0EA:10 a=VwQbUJbxAAAA:8 a=COk6AnOGAAAA:8 a=IvkglCj0MCVAe19RatQA:9 a=TjNXssC_j7lpFel5tvFf:22 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1095,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-03-26_09,2025-03-26_02,2024-11-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 priorityscore=1501 adultscore=0 malwarescore=0 phishscore=0 mlxlogscore=999 mlxscore=0 clxscore=1015 lowpriorityscore=0 suspectscore=0 bulkscore=0 spamscore=0 classifier=spam authscore=0 authtc=n/a authcc= route=outbound adjust=0 reason=mlx scancount=1 engine=8.19.0-2502280000 definitions=main-2503270012 |
Series |
wifi: ath12k: add 11d scan offload support and handle country code for WCN7850
|
expand
|