Message ID | 20240130043225.942202-1-quic_adisi@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 8D0A3376EA for <linux-wireless@vger.kernel.org>; Tue, 30 Jan 2024 04:32:56 +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=1706589178; cv=none; b=M6yOwkNXXZ0OWVgb5tiB258nI/UYu+me2Z1q9Edz1oU7AgLhcCeE4+v2i+m5VQXjnbiih1w+k/I8GIUNbZslg30z7vdJ2nwB1T6n22Ft4XcdlGfU8U8Sj2UjbvARtMBo8/UIXYH4lsjfEYKd1158oCAhItELLGUmMP0TJsLOdgQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706589178; c=relaxed/simple; bh=WRpqnOjO/Lpr8/Q/y1kvjaibzD1zCTUeV7Vndukzc2o=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=FtMuzfxS/pAffFY+B1EdnhebSnevhfjJxus5Y9OO4n1t8lTnRteaW08G1Oqiuq2rGhjoAhJqQr+VlFhPNYn0IAOqL83ouSYvXXMSM/a7QRv+7Y9pE1Pd0SHL65UX9UscLxfeYfHgXsbRmNbFTvuemWaoBgV6G6EYWViSfc6cpqg= 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=nMFgmKsB; 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="nMFgmKsB" 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 40U4G9Ge015661; Tue, 30 Jan 2024 04:32:52 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=9zXELG2 sIhHzLYVRhjTqV/1tJ9rTnRUMqoMiEmYwNR8=; b=nMFgmKsBKYm0xXjalt9kEyy 8q9QWS4XWhLzOCY0LBAKWtXxF0klDvNOUnpoPy4Kq5nd6uGUntZHDhGElrttOpmh xHmq0iMOiZag6vpLzt+fcmw7CqkzaJK4lKd9YXWyO4XjtYnA4jQiLECZ9fMZY4hz u1GuhYc31tA9cxRPFn1kdXAHMx43+LaY5krHQWf/nzV5dDHzk+Uw1O+MH9LFFy6w xkMnEUP5S2W8WPNwy7GTPMk9B++4xWiRHADnkI0dAG+FDzZDrHskcaAqpbTtfGTn 2khhQIQEPNWbl6/9cyP1eD6C8eceT1USjeCadajjyBcaT/MP4UYjuswwJ28M7sA= = Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3vx86htmq9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 30 Jan 2024 04:32:52 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA03.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 40U4WpRi031047 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 30 Jan 2024 04:32:51 GMT Received: from cdcwlex322514-lin.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, 29 Jan 2024 20:32:49 -0800 From: Aditya Kumar Singh <quic_adisi@quicinc.com> To: <johannes@sipsolutions.net> CC: <linux-wireless@vger.kernel.org>, Aditya Kumar Singh <quic_adisi@quicinc.com> Subject: [PATCH v7 0/5] wifi: cfg80211/mac80211: add link_id handling in AP channel switch during Multi-Link Operation Date: Tue, 30 Jan 2024 10:02:20 +0530 Message-ID: <20240130043225.942202-1-quic_adisi@quicinc.com> X-Mailer: git-send-email 2.25.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-ORIG-GUID: Saq0lXzEPu5F6AUxz_rBA7MbMlrShvr4 X-Proofpoint-GUID: Saq0lXzEPu5F6AUxz_rBA7MbMlrShvr4 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-01-30_01,2024-01-29_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 phishscore=0 mlxscore=0 bulkscore=0 lowpriorityscore=0 malwarescore=0 spamscore=0 impostorscore=0 adultscore=0 clxscore=1015 mlxlogscore=798 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2401190000 definitions=main-2401300029 |
Series |
wifi: cfg80211/mac80211: add link_id handling in AP channel switch during Multi-Link Operation
|
expand
|