Message ID | c0d6e33d5f9e113e59ee34ca65a4fb45cd89f33b.camel@coelho.fi (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Kalle Valo |
Headers | show |
Series | pull-request: iwlwifi-next 2021-08-26 | expand |
Luca Coelho <luca@coelho.fi> writes: > Hi Kalle, > > Here's my pull request for v5.15 with all the patchesets I sent > earlier. 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 e3f30ab28ac866256169153157f466d90f44f122: > > Merge branch 'pktgen-samples-next' (2021-08-25 13:44:30 +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-2021-08-26 > > for you to fetch changes up to d9a406ac813dd6a4cfc92bc2576adf43219792ef: > > iwlwifi: bump FW API to 66 for AX devices (2021-08-26 23:39:05 +0300) > > ---------------------------------------------------------------- > iwlwifi patches for v5.15 > > * Support scanning hidden 6GHz networks; > * Some improvements in the FW error dumps; > * Add some HE capability flags > * A bunch of janitorial clean-ups; > * Clean-ups in the TX code; > * Small fix for SMPS; > * Support for a new hardware family (Bz); > * Small fix in the scan code; > * A bunch of changes in the D3 code, including new FW API; > * Finalize the refactoring of 6GHz scan; > * Initial changes in the SAR profile code; > * Fix reading one of our ACPI tables (WTAS); > * Support some new ACPI table revisions; > * Support new API of the WoWlan status FW notification; > * Fixes in SAR ACPI tables handling; > * Some debugging improvements; > * Fix in ROC; > * Support for new FW API versions; > * Support new FW command versions; > * Ongoing work on support for Bz devices; > * Add new DHC framework to help with debugging of FW flows; > * Some other small fixes, clean-ups and improvements. > > ---------------------------------------------------------------- I'm not convinced about CONFIG_IWLWIFI_DHC option yet, that needs more discussion. As the merge window most likely starts today, and I didn't want to unnecessarily delay rest of iwlwifi patches, I decided to pull from a commit before that DHC stuff: git pull git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git e257d969f36503b8eb1240f32653a1afb3109f86 So pulled, thanks.
On Sun, 2021-08-29 at 14:12 +0300, Kalle Valo wrote: > Luca Coelho <luca@coelho.fi> writes: > > > Hi Kalle, > > > > Here's my pull request for v5.15 with all the patchesets I sent > > earlier. 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 e3f30ab28ac866256169153157f466d90f44f122: > > > > Merge branch 'pktgen-samples-next' (2021-08-25 13:44:30 +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-2021-08-26 > > > > for you to fetch changes up to d9a406ac813dd6a4cfc92bc2576adf43219792ef: > > > > iwlwifi: bump FW API to 66 for AX devices (2021-08-26 23:39:05 +0300) > > > > ---------------------------------------------------------------- > > iwlwifi patches for v5.15 > > > > * Support scanning hidden 6GHz networks; > > * Some improvements in the FW error dumps; > > * Add some HE capability flags > > * A bunch of janitorial clean-ups; > > * Clean-ups in the TX code; > > * Small fix for SMPS; > > * Support for a new hardware family (Bz); > > * Small fix in the scan code; > > * A bunch of changes in the D3 code, including new FW API; > > * Finalize the refactoring of 6GHz scan; > > * Initial changes in the SAR profile code; > > * Fix reading one of our ACPI tables (WTAS); > > * Support some new ACPI table revisions; > > * Support new API of the WoWlan status FW notification; > > * Fixes in SAR ACPI tables handling; > > * Some debugging improvements; > > * Fix in ROC; > > * Support for new FW API versions; > > * Support new FW command versions; > > * Ongoing work on support for Bz devices; > > * Add new DHC framework to help with debugging of FW flows; > > * Some other small fixes, clean-ups and improvements. > > > > ---------------------------------------------------------------- > > I'm not convinced about CONFIG_IWLWIFI_DHC option yet, that needs more > discussion. Okay, so just let me know what the issue is (now that we depend on EXPERT) and let's decide what to do with it. > As the merge window most likely starts today, and I didn't want to > unnecessarily delay rest of iwlwifi patches, I decided to pull from a > commit before that DHC stuff: > > git pull git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git e257d969f36503b8eb1240f32653a1afb3109f86 > > So pulled, thanks. Thanks for pulling! But we also need at least the top patch in my pull- req, the one that bumps the FW API... -- Cheers, Luca.
Luca Coelho <luca@coelho.fi> writes: >> As the merge window most likely starts today, and I didn't want to >> unnecessarily delay rest of iwlwifi patches, I decided to pull from a >> commit before that DHC stuff: >> >> git pull >> git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git >> e257d969f36503b8eb1240f32653a1afb3109f86 >> >> So pulled, thanks. > > Thanks for pulling! But we also need at least the top patch in my pull- > req, the one that bumps the FW API... Can you submit that patch again and assign it to me? And don't forget document in the commit log why it's needed.
On Wed, 2021-09-01 at 09:16 +0300, Kalle Valo wrote: > Luca Coelho <luca@coelho.fi> writes: > > > > As the merge window most likely starts today, and I didn't want to > > > unnecessarily delay rest of iwlwifi patches, I decided to pull from a > > > commit before that DHC stuff: > > > > > > git pull > > > git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git > > > e257d969f36503b8eb1240f32653a1afb3109f86 > > > > > > So pulled, thanks. > > > > Thanks for pulling! But we also need at least the top patch in my pull- > > req, the one that bumps the FW API... > > Can you submit that patch again and assign it to me? And don't forget > document in the commit log why it's needed. Thanks, Kalle! I'll resend it. We have a new FW API freeze every 6 weeks, so we need to bump the newest version number that the driver supports accordingly. In this specific case, support for new HW will only be possible with the new FW version, so we need it in v5.15. I'll try to reflect that in the commit log. -- Cheers, Luca.