ops.c (ead5d1f4d877e92c051e1a1ade623d0d30e71619) ops.c (be82ecd3a5c859dc2886cd70564634647787a9b6)
1/******************************************************************************
2 *
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
5 *
6 * GPL LICENSE SUMMARY
7 *
8 * Copyright(c) 2012 - 2014, 2018 - 2020 Intel Corporation. All rights reserved.

--- 681 unchanged lines hidden (view full) ---

690
691 mutex_init(&mvm->mutex);
692 spin_lock_init(&mvm->async_handlers_lock);
693 INIT_LIST_HEAD(&mvm->time_event_list);
694 INIT_LIST_HEAD(&mvm->aux_roc_te_list);
695 INIT_LIST_HEAD(&mvm->async_handlers_list);
696 spin_lock_init(&mvm->time_event_lock);
697 INIT_LIST_HEAD(&mvm->ftm_initiator.loc_list);
1/******************************************************************************
2 *
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
5 *
6 * GPL LICENSE SUMMARY
7 *
8 * Copyright(c) 2012 - 2014, 2018 - 2020 Intel Corporation. All rights reserved.

--- 681 unchanged lines hidden (view full) ---

690
691 mutex_init(&mvm->mutex);
692 spin_lock_init(&mvm->async_handlers_lock);
693 INIT_LIST_HEAD(&mvm->time_event_list);
694 INIT_LIST_HEAD(&mvm->aux_roc_te_list);
695 INIT_LIST_HEAD(&mvm->async_handlers_list);
696 spin_lock_init(&mvm->time_event_lock);
697 INIT_LIST_HEAD(&mvm->ftm_initiator.loc_list);
698 INIT_LIST_HEAD(&mvm->resp_pasn_list);
698
699 INIT_WORK(&mvm->async_handlers_wk, iwl_mvm_async_handlers_wk);
700 INIT_WORK(&mvm->roc_done_wk, iwl_mvm_roc_done_wk);
701 INIT_DELAYED_WORK(&mvm->tdls_cs.dwork, iwl_mvm_tdls_ch_switch_work);
702 INIT_DELAYED_WORK(&mvm->scan_timeout_dwork, iwl_mvm_scan_timeout_wk);
703 INIT_WORK(&mvm->add_stream_wk, iwl_mvm_add_new_dqa_stream_wk);
704 INIT_LIST_HEAD(&mvm->add_stream_txqs);
705

--- 673 unchanged lines hidden ---
699
700 INIT_WORK(&mvm->async_handlers_wk, iwl_mvm_async_handlers_wk);
701 INIT_WORK(&mvm->roc_done_wk, iwl_mvm_roc_done_wk);
702 INIT_DELAYED_WORK(&mvm->tdls_cs.dwork, iwl_mvm_tdls_ch_switch_work);
703 INIT_DELAYED_WORK(&mvm->scan_timeout_dwork, iwl_mvm_scan_timeout_wk);
704 INIT_WORK(&mvm->add_stream_wk, iwl_mvm_add_new_dqa_stream_wk);
705 INIT_LIST_HEAD(&mvm->add_stream_txqs);
706

--- 673 unchanged lines hidden ---