mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 15:13:44 -04:00
wifi: iwlwifi: mld: make iwl_mld_run_fw_init_sequence static
It is not used outside of fw.c. Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250313002008.2d30c0b66734.I98cd21aeaf6e787af3ee3ed60d0ad8656ed8ec52@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
committed by
Johannes Berg
parent
cf6efe8902
commit
892998c759
@@ -257,7 +257,7 @@ static int iwl_mld_load_fw_wait_alive(struct iwl_mld *mld)
|
||||
return ret;
|
||||
}
|
||||
|
||||
int iwl_mld_run_fw_init_sequence(struct iwl_mld *mld)
|
||||
static int iwl_mld_run_fw_init_sequence(struct iwl_mld *mld)
|
||||
{
|
||||
struct iwl_notification_wait init_wait;
|
||||
struct iwl_init_extended_cfg_cmd init_cfg = {};
|
||||
|
||||
@@ -336,7 +336,6 @@ iwl_mld_add_debugfs_files(struct iwl_mld *mld, struct dentry *debugfs_dir)
|
||||
{}
|
||||
#endif
|
||||
|
||||
int iwl_mld_run_fw_init_sequence(struct iwl_mld *mld);
|
||||
int iwl_mld_load_fw(struct iwl_mld *mld);
|
||||
void iwl_mld_stop_fw(struct iwl_mld *mld);
|
||||
int iwl_mld_start_fw(struct iwl_mld *mld);
|
||||
|
||||
Reference in New Issue
Block a user