]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: iwlwifi: mld: avoid init-after-queue
authorMiri Korenblit <miriam.rachel.korenblit@intel.com>
Tue, 6 May 2025 19:40:57 +0000 (22:40 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Fri, 9 May 2025 12:36:44 +0000 (15:36 +0300)
commit1437d6c4f2e098ce993f3b69f42b6a04e474cc11
tree40eba69004fdd7345c1453b8e559748c7220a4c9
parent2d81aefc59fbc4b948aac976238dc616e0ead9ec
wifi: iwlwifi: mld: avoid init-after-queue

rx_omi::finished_work is initialized when the containing link is.
If the worker was queued and then an error happened, we will get to
iwl_mld_init_link from the reconfig and initialize the work after it was
queued.

Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Link: https://patch.msgid.link/20250506194102.3407967-11-miriam.rachel.korenblit@intel.com
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
drivers/net/wireless/intel/iwlwifi/mld/link.c