We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e089e7 commit 175e69eCopy full SHA for 175e69e
drivers/net/wireless/intel/iwlwifi/mld/mld.c
@@ -75,6 +75,7 @@ void iwl_construct_mld(struct iwl_mld *mld, struct iwl_trans *trans,
75
76
/* Setup async RX handling */
77
spin_lock_init(&mld->async_handlers_lock);
78
+ INIT_LIST_HEAD(&mld->async_handlers_list);
79
wiphy_work_init(&mld->async_handlers_wk,
80
iwl_mld_async_handlers_wk);
81
0 commit comments