From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E36C810E8 for ; Wed, 12 Jul 2023 03:37:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 18088C433C9; Wed, 12 Jul 2023 03:37:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689133023; bh=CFhAwXGRnZn1sFbKgiF9NFH9FzDSCbiccZUpYUo1XIE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Zs3C8juz7ohIErM2TpO22jpL0Jv5Sw0uBZTO3HExAKM8jTB3ZU1tBefZPSs52ArF+ x3+7XdThAe6fInFJn4g/9VhI/halYPeLF8NnfIK54co+V0edf4V3lMO4asR8fCAfNw vnkL+Q/9U7MOw2WeH67RR1vxlKDx8fIrkBXTy5O42fuikTlHd4FC988SHLjfVU36bR XF+NQco3RRLxOFuTzImgavMOS5ESMzbmetPekFbT+5NvEdWAGgY1/VxTeESMHCs+Jd DoKxHSyJuAg8oMs36M9/XXHEw5qn2cOYqZ8tOuGcLtXk3M3DRV0T4qcYZ1PYJp5pNo WHMFNOhAuE3/A== Date: Tue, 11 Jul 2023 20:37:02 -0700 From: Jakub Kicinski To: Randy Dunlap Cc: netdev@vger.kernel.org, "David S. Miller" , Eric Dumazet , Paolo Abeni , Johannes Berg , Benjamin Berg , linux-wireless@vger.kernel.org Subject: Re: [PATCH net 09/12] wifi: mac80211: fix kernel-doc notation warning Message-ID: <20230711203702.001235a4@kernel.org> In-Reply-To: <20230710230312.31197-10-rdunlap@infradead.org> References: <20230710230312.31197-1-rdunlap@infradead.org> <20230710230312.31197-10-rdunlap@infradead.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 10 Jul 2023 16:03:09 -0700 Randy Dunlap wrote: > + * @agg: station's active links data That does not sound right. It'd be better to wait for the WiFi maintainers to return to get the WiFi bits merged. Can we defer WiFi patches for now?