Message ID | cover.386a66ec6a89750d4890f63f0d28582a52b838b5.1717696995.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 96B6B16FF26 for <linux-wireless@vger.kernel.org>; Thu, 6 Jun 2024 18:07:17 +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=1717697239; cv=none; b=pA0blF95Z4zmepthvTajTuCUsmLDg2/Sr0wweRPhecOXOEUZkxFTn/EGKP2iW7XXBPF5XRtKwJFOy0SnkOM6QCWXyY5rklV4GqivjLLriULEvMYUeZKTmlYavDcNsmTz0p/nn+fgCwNIScnYQaTnVA3VmPN+CbI0h+WNgx9lBuw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717697239; c=relaxed/simple; bh=ypJAjcNfQaML1Sw6psCg1bQPD5VRSPgXt99ZN4xlttA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=p5EYa/merGis0NYpcKRHup+//N7BCwcadLQ57WdaDf8XyctEGFIiwlyIwSdy0KBSn8DMCSKlwkHtO+J+nksQTgpr95/gv8YEuj7uNgQESJq5itbvgyYw6Z0O7R4El8RDhxCgC/YbUJYAXGF9smmIVDo6ivtkwlAHCbWkCwQ1M2s= 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=K04SaZHN; 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="K04SaZHN" 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=CqwUBAgIy/bF068vQeu7eSci844EoGdF2SscwS3MCvs=; b=K04SaZHNg9fE2Pg0a3GDLStAjS 5z5ItaJ1IgYqpvrTT+l/bxtbiZ6r2tQtS7qRNdAbYxtqwFXAvDTWESnR966ljWE2yQmztTNdsaqxN LVfTnD0xPtqL8mL1VZkV/FIAMiNSg7+azZjPCazr2rHeC4EczRWy26FRiKi1Qa90mmoM=; Received: from p4ff130d0.dip0.t-ipconnect.de ([79.241.48.208] 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 1sFHW5-008aic-32; Thu, 06 Jun 2024 20:07:14 +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: [RFC v3 0/8] cfg80211/mac80211: support defining multiple radios per wiphy Date: Thu, 6 Jun 2024 20:07:05 +0200 Message-ID: <cover.386a66ec6a89750d4890f63f0d28582a52b838b5.1717696995.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
|