Message ID | 64f03fe09e5e811878a609824464d84086c3647f.camel@coelho.fi (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Kalle Valo |
Headers | show |
Series | pull-request: iwlwifi-next 2021-12-21 | expand |
Luca Coelho <luca@coelho.fi> writes: > Hi Kalle, > > Here's my second pull request for v5.17 with the five patchsets I sent > earlier, plus a couple of indentation fixes and a couple of compilation > cleanups that were sent to the list earlier. > > Otherwise 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 f75c1d55ecbadce027fd650d3ca79e357afae0d9: > > Merge tag 'wireless-drivers-next-2021-12-17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next (2021-12-17 07:30:07 -0800) > > 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-2021-12-21 > > for you to fetch changes up to 33511b2061dc0cd85bdb3d2a30cf4b875a7b9635: > > iwlwifi: mei: wait before mapping the shared area (2021-12-21 09:54:32 +0200) > > ---------------------------------------------------------------- > iwlwifi patches for v5.17 > > * Support for Time-Aware-SAR (TAS) as read from the BIOS; > * Fix scan timeout issue when 6GHz is enabled; > * Work continues for new HW family Bz; > * Support for Optimized Connectivity Experience (OCE) scan; > * A bunch of FW debugging improvements and fixes; > * Fix one 32-bit compilation issue; > * Some RX changes for new HW family > * Some fixes for 6 GHz scan; > * Fix SAR table fixes with newer platforms; > * Fix early restart crash; > * Small fix in the debugging code; > * Add new Killer device IDs; > * Datapath updates for Bz family continues; > * A couple of important fixes in iwlmei; > * Some other small fixes, clean-ups and improvements. > > ---------------------------------------------------------------- Some issues: Commits 9fae33eb13cc ("iwlwifi: yoyo: fix issue with new DBGI_SRAM region read.") 64ae418ed8d0 ("iwlwifi: mvm: fix rfi get table vendor command handler") are missing a Signed-off-by from their authors.
On Tue, 2021-12-21 at 12:25 +0200, Kalle Valo wrote: > Luca Coelho <luca@coelho.fi> writes: > > > Hi Kalle, > > > > Here's my second pull request for v5.17 with the five patchsets I sent > > earlier, plus a couple of indentation fixes and a couple of compilation > > cleanups that were sent to the list earlier. > > > > Otherwise 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 f75c1d55ecbadce027fd650d3ca79e357afae0d9: > > > > Merge tag 'wireless-drivers-next-2021-12-17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next (2021-12-17 07:30:07 -0800) > > > > 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-2021-12-21 > > > > for you to fetch changes up to 33511b2061dc0cd85bdb3d2a30cf4b875a7b9635: > > > > iwlwifi: mei: wait before mapping the shared area (2021-12-21 09:54:32 +0200) > > > > ---------------------------------------------------------------- > > iwlwifi patches for v5.17 > > > > * Support for Time-Aware-SAR (TAS) as read from the BIOS; > > * Fix scan timeout issue when 6GHz is enabled; > > * Work continues for new HW family Bz; > > * Support for Optimized Connectivity Experience (OCE) scan; > > * A bunch of FW debugging improvements and fixes; > > * Fix one 32-bit compilation issue; > > * Some RX changes for new HW family > > * Some fixes for 6 GHz scan; > > * Fix SAR table fixes with newer platforms; > > * Fix early restart crash; > > * Small fix in the debugging code; > > * Add new Killer device IDs; > > * Datapath updates for Bz family continues; > > * A couple of important fixes in iwlmei; > > * Some other small fixes, clean-ups and improvements. > > > > ---------------------------------------------------------------- > > Some issues: > > Commits > > 9fae33eb13cc ("iwlwifi: yoyo: fix issue with new DBGI_SRAM region read.") > 64ae418ed8d0 ("iwlwifi: mvm: fix rfi get table vendor command handler") > > are missing a Signed-off-by from their authors. Oh, thanks for noticing. I'll add them and resend. -- Cheers, Luca.