Skip to content

Commit db5957a

Browse files
committed
wifi: iwlwifi: restore missing initialization of async_handlers_list (again)
The initialization of async_handlers_list was accidentally removed in a previous change. Then it was restoted by commit 175e69e ("wifi: iwlwifi: restore missing initialization of async_handlers_list"). Somehow, the initialization disappeared again. Restote it. Signed-off-by: Miri Korenblit <[email protected]>
1 parent 27605c8 commit db5957a

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/intel/iwlwifi/mld

1 file changed

+1
-0
lines changed

drivers/net/wireless/intel/iwlwifi/mld/mld.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ void iwl_construct_mld(struct iwl_mld *mld, struct iwl_trans *trans,
7777

7878
/* Setup async RX handling */
7979
spin_lock_init(&mld->async_handlers_lock);
80+
INIT_LIST_HEAD(&mld->async_handlers_list);
8081
wiphy_work_init(&mld->async_handlers_wk,
8182
iwl_mld_async_handlers_wk);
8283

0 commit comments

Comments
 (0)