From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94C5AC433EF for ; Tue, 22 Feb 2022 15:26:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233081AbiBVP0x (ORCPT ); Tue, 22 Feb 2022 10:26:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232389AbiBVP0w (ORCPT ); Tue, 22 Feb 2022 10:26:52 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 23069162036 for ; Tue, 22 Feb 2022 07:26:27 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BC75661636 for ; Tue, 22 Feb 2022 15:26:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 833A4C340E8; Tue, 22 Feb 2022 15:26:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645543586; bh=9lMvTGrxBW33Hy8BkbHgZ+ocpLTJLyP22aPRRkMp+9M=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=C6kYHh2nK+X5hOtRErMC9In0V+VOjwuJe1gpVVS6ETNeN9gUGnFuqJBhZ/bFA4cb0 wfSzxxwKsHHRefnQUDt5fTz3gUX2NciNucP+MVJ6vunwpGMQmhnHTYLbRwqbx3djiY hwfp8NTjnOBOId42/Uys+j1HJ4JJYhjQMTXzUudZ5ZDWcD9z5YMdaETVyHVdpdP047 5HRNAgRBsXr0gx4M707WGcqBWT4eVcQwboTxCyxsWKj69VSQKeKbJmq3sw4OjHSTY6 Zvr1bwVahM5OtDp5zDMb/qaOF7kZ9/LoyFZOCiO8yeVpzIRyXDM+bkMwNW7y8RY+5C 897LeJK+7A/1g== From: Kalle Valo To: Luca Coelho Cc: linux-wireless@vger.kernel.org Subject: Re: pull-request: iwlwifi-next 2022-02-18 References: Date: Tue, 22 Feb 2022 17:26:22 +0200 In-Reply-To: (Luca Coelho's message of "Fri, 18 Feb 2022 11:22:02 +0200") Message-ID: <87sfsavs69.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Luca Coelho writes: > Here's my first pull request for v5.18 with the six patchsets I sent > earlier, plus about 10 patches sent by the community. > > This is all normal development, new features, bugfixes and cleanups. > More details about the contents in the tag description. > > Please let me know if there are any issues. > > Cheers, > Luca. > > > The following changes since commit ea0de861374b06f97620eb508d442161b56cfa62: > > mac80211_hwsim: Advertise support for EHT capabilities (2022-02-16 15:44:45 +0100) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-next-for-kalle-2022-02-18 > > for you to fetch changes up to cb0a1fb7fd86b0062692b5056ca8552906509512: > > iwlwifi: dbg_ini: Split memcpy() to avoid multi-field write (2022-02-18 10:40:56 +0200) > > ---------------------------------------------------------------- > iwlwifi patches for v5.18 > > * Support UHB TAS enablement via BIOS; > * Remove a bunch of W=1 warnings; > * Add support for channel switch offload; > * Support a new FW API command version; > * Support 32 Rx AMPDU sessions in newer devices; > * Support a few new FW API command versions; > * Some debugging infra fixes; > * A few fixes in the HE functionality; > * Add a few new devices; > * A bunch of fixes for W=1 and W=3 warnings; > * Add support for a couple of new devices; > * Fix a potential buffer underflow; > * W=1 warnings clean up continues; > * Some improvements and fixes in scanning; > * More work on the Bz family of devices; > * Add support for band disablement via BIOS; > * Bump FW API version; > * Fix config structure for one device; > * Support a new FW API command version; > * Support new queue allocation command; > * Some more debugging improvements; > * Some other small fixes, clean-ups and improvements. > > ---------------------------------------------------------------- Pulled, thanks Luca. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches