From mboxrd@z Thu Jan 1 00:00:00 1970 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 4A618130E20 for ; Mon, 26 Feb 2024 19:55:01 +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=1708977303; cv=none; b=o8hhyqvzsn2ua99i1XF2FqiVxdH/77+9JpoVN7VZGFb1y4DOIoeKQ75sJs+LVSDFlEN4YfWM9il+/zktNhX8O2PL+1kFjH0dyjN2SPiYKzklB2vGuBJZ/VTLH5hmwxinAphq4jBZsmiJPpk6AW1ArJrSoDU29x7oXMVJndqtSPc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708977303; c=relaxed/simple; bh=H4Tl2PhoRuR+RKEJy6HMu8gLvYeUY6zywv4coOtU9C0=; h=Message-ID:Date:MIME-Version:Subject:To:CC:References:From: In-Reply-To:Content-Type; b=gEPNaNGN/qZr+qtvpSGpQzATdvNGW/l71PkzjpGQJvQsP19jHzezCRc3uspObPEn7rQSeazpkKoCFopRU1iWZ2vAyaoeMTv7rGwN2Z8k2Q/KHwedjOszkfInKykQvmYQNxK/3gmzF0V121CmQn/4N427rFpxmWPDE0oAfoWxaGM= 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=mRCZZ7i0; 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="mRCZZ7i0" Received: from pps.filterd (m0279869.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.24/8.17.1.24) with ESMTP id 41QF8uMn011154; Mon, 26 Feb 2024 19:54:57 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= message-id:date:mime-version:subject:to:cc:references:from :in-reply-to:content-type:content-transfer-encoding; s= qcppdkim1; bh=FeGuBzPJaiL9l2T5YOLEUfLAFg7n6JX6O2GijcVgEQc=; b=mR CZZ7i0LT+LrpDh8ia6pgCUud1zh5anRpVa1M1EOTGqmaRA2kX3e9npvMspfJbqI6 g3i3sLfC8NT4jLJu4IBtkK1cAeH0QZsWdKsLk7D69HhSguu3g6NZ8ZREK23i3E/P 90crWm/am6l4uUugPrIi/6XoOpid/pn6qxqq+HR3hmLn1X4yueEI9yG7WSb8QtVC FhoJPk2tA6Bb0LdGDC7vX5VRfKJgh6EG2IVmw9iMDIk9+d+XsQEqBcCgwS4hndKs Cg3Bt5vo85q9Qrn3KyDPmXlUJWkjxxESJFXkqNmxuD3ElEOnYLb1lhDNivB34Rmi d3VbnN8k8XmsVJwfu6YA== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3wgkxpsyck-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 26 Feb 2024 19:54:57 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 41QJsuxn024598 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 26 Feb 2024 19:54:56 GMT Received: from [10.227.110.203] (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, 26 Feb 2024 11:54:55 -0800 Message-ID: <8ba4d502-678e-4f57-a35e-df2a4952b0e7@quicinc.com> Date: Mon, 26 Feb 2024 11:54:55 -0800 Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 4/6] wifi: ath11k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 Content-Language: en-US To: Kang Yang , CC: References: <20240226060203.2040444-1-quic_kangyang@quicinc.com> <20240226060203.2040444-5-quic_kangyang@quicinc.com> From: Jeff Johnson In-Reply-To: <20240226060203.2040444-5-quic_kangyang@quicinc.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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-GUID: iAoqKjFPgUHB_V_SArHg0_a_zVvUdYMH X-Proofpoint-ORIG-GUID: iAoqKjFPgUHB_V_SArHg0_a_zVvUdYMH 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-02-26_11,2024-02-26_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=946 impostorscore=0 lowpriorityscore=0 phishscore=0 malwarescore=0 adultscore=0 priorityscore=1501 bulkscore=0 mlxscore=0 spamscore=0 suspectscore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2402120000 definitions=main-2402260152 On 2/25/2024 10:02 PM, Kang Yang wrote: > Mac80211 needs more space for P2P scan ie in P2P mode, 256 is not > enough, resize it to 512. > > Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37 > Tested-on: QCA2066 hw2.1 PCI WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.2 > > Signed-off-by: Kang Yang Acked-by: Jeff Johnson