Message ID | cover.39da4d3b01ce5545ac85da8cab3179f7c7a351a8.1719919832.git-series.nbd@nbd.name (mailing list archive) |
---|---|
Headers | show
Received: from nbd.name (nbd.name [46.4.11.11]) (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 63D3E155741 for <linux-wireless@vger.kernel.org>; Tue, 2 Jul 2024 11:36:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=46.4.11.11 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719920171; cv=none; b=FjsKlQzgV1FK04u5bsm83WOT7rlWwL4i+bqTyKms+R60UD5iq2Fkm6G18mvaWsF8PUzU/wlBvkXbrkZ2xHzhsVVmBASFlAkDJZfrDjUdD/uI31Xw5rY2iimcIzwQRtopRT0cMQQ7FjVYfYrUmHUcmF5Okdnh9DJtYYwJp+bC5TQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719920171; c=relaxed/simple; bh=7Y3bZHcWE+kqsv+AtxABi/j50kTfXEqBJrVAwRXoj8c=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=A8+9MXdw62getwpuYl8cyHD6ZNWkNR5yKknbfbIredhxh5bclyS4QbYPaJR0jOSybKZlWoqv2+xXxNuMljVVnIx/eIoNp9SaRcohsyPG/KoTKD32ky7HxFDwrVXpZZnBxsJES/YCWUAUO0vYTddPHUFL5m1ZvV56/Vdh0QmMQEA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=nbd.name; spf=none smtp.mailfrom=nbd.name; dkim=pass (1024-bit key) header.d=nbd.name header.i=@nbd.name header.b=JAQ9UW14; arc=none smtp.client-ip=46.4.11.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=nbd.name Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=nbd.name Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=nbd.name header.i=@nbd.name header.b="JAQ9UW14" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbd.name; s=20160729; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject: Cc:To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Q43pZ2SYBCGRgcHP5b9DvgW/FsRUqYXEULVcIdpxa5w=; b=JAQ9UW14/D9ZNJelW8YMgodv2q 6OelMyn0XAIizN3SMBQr9bO9Hg3Qn8KQquBwerIs00mAR6gznwrX9G2owGj4UpdS3fQROQirQbhkL 88sbUn3QPWfJoCCftF1nF+9Mv2Jk8TkJN63RazdZTs6/t57BG4OvNyDW4goXB2nbI/6c=; Received: from p54ae9766.dip0.t-ipconnect.de ([84.174.151.102] helo=localhost.localdomain) by ds12 with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (Exim 4.96) (envelope-from <nbd@nbd.name>) id 1sObnq-001lDm-1x; Tue, 02 Jul 2024 13:36:06 +0200 From: Felix Fietkau <nbd@nbd.name> To: linux-wireless@vger.kernel.org Cc: johannes@sipsolutions.net, quic_adisi@quicinc.com, quic_periyasa@quicinc.com, ath12k@lists.infradead.org Subject: [PATCH v4 00/10] cfg80211/mac80211: support defining multiple radios per wiphy Date: Tue, 2 Jul 2024 13:35:55 +0200 Message-ID: <cover.39da4d3b01ce5545ac85da8cab3179f7c7a351a8.1719919832.git-series.nbd@nbd.name> X-Mailer: git-send-email 2.44.0 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 |
Series |
cfg80211/mac80211: support defining multiple radios per wiphy
|
expand
|