Commit 15854ef9 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville

iwlwifi: move firmware request into drv

Firmware request is a base driver flow,
it isn't related to any specific mode.
Move the code related to it into the
base driver file iwl-drv.c.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 702e0630
This diff is collapsed.
This diff is collapsed.
......@@ -66,8 +66,6 @@
#include "iwl-shared.h"
#include "iwl-ucode.h"
#define UCODE_EXPERIMENTAL_INDEX 100
/**
* struct iwl_nic - nic common data
* @fw: the iwl_fw structure
......@@ -99,9 +97,6 @@ struct iwl_nic {
};
int __must_check iwl_request_firmware(struct iwl_nic *nic, bool first);
void iwl_dealloc_ucode(struct iwl_nic *nic);
int iwl_send_bt_env(struct iwl_trans *trans, u8 action, u8 type);
void iwl_send_prio_tbl(struct iwl_trans *trans);
int iwl_init_alive_start(struct iwl_trans *trans);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment