On Fri, Apr 11, 2025, at 12:21, Lukas Wunner wrote: > Commit 44605365f935 ("iwlwifi: mld: fix building with CONFIG_PM_SLEEP > disabled") sought to fix build breakage, but inadvertently introduced > a new issue: > > iwl_mld_mac80211_start() no longer calls iwl_mld_start_fw() after having > called iwl_mld_stop_fw() in the error path of iwl_mld_no_wowlan_resume(). > > Fix it. > > Fixes: 44605365f935 ("iwlwifi: mld: fix building with CONFIG_PM_SLEEP > disabled") > Reported-by: Miri Korenblit <miriam.rachel.korenblit@xxxxxxxxx> > Closes: > https://lore.kernel.org/r/MW5PR11MB58106D6BC6403845C330C7AAA3A22@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ > Signed-off-by: Lukas Wunner <lukas@xxxxxxxxx> > Acked-by: Miri Korenblit <miriam.rachel.korenblit@xxxxxxxxx> Acked-by: Arnd Bergmann <arnd@xxxxxxxx> Sorry I messed this up. Arnd