mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-21 21:54:52 -04:00
wifi: iwlwifi: gen1_2: rename iwl_trans_pcie_op_mode_enter
As a new version of this will be added for gen3, rename to iwl_pcie_gen1_2_op_mode_enter to distinguish between the different versions. Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250828111032.64b3f290c397.I3ae2ca53330a8543bcbac32880824683f919ac74@changeid
This commit is contained in:
@@ -397,7 +397,7 @@ void iwl_trans_op_mode_enter(struct iwl_trans *trans,
|
||||
|
||||
WARN_ON_ONCE(!trans->conf.rx_mpdu_cmd);
|
||||
|
||||
iwl_trans_pcie_op_mode_enter(trans);
|
||||
iwl_pcie_gen1_2_op_mode_enter(trans);
|
||||
}
|
||||
IWL_EXPORT_SYMBOL(iwl_trans_op_mode_enter);
|
||||
|
||||
|
||||
@@ -1070,7 +1070,7 @@ static inline void iwl_trans_pcie_dbgfs_register(struct iwl_trans *trans) { }
|
||||
void iwl_pcie_rx_allocator_work(struct work_struct *data);
|
||||
|
||||
/* common trans ops for all generations transports */
|
||||
void iwl_trans_pcie_op_mode_enter(struct iwl_trans *trans);
|
||||
void iwl_pcie_gen1_2_op_mode_enter(struct iwl_trans *trans);
|
||||
int _iwl_trans_pcie_start_hw(struct iwl_trans *trans);
|
||||
int iwl_trans_pcie_start_hw(struct iwl_trans *trans);
|
||||
void iwl_trans_pcie_op_mode_leave(struct iwl_trans *trans);
|
||||
|
||||
@@ -1905,7 +1905,7 @@ void iwl_trans_pcie_write_prph(struct iwl_trans *trans, u32 addr, u32 val)
|
||||
iwl_trans_pcie_write32(trans, HBUS_TARG_PRPH_WDAT, val);
|
||||
}
|
||||
|
||||
void iwl_trans_pcie_op_mode_enter(struct iwl_trans *trans)
|
||||
void iwl_pcie_gen1_2_op_mode_enter(struct iwl_trans *trans)
|
||||
{
|
||||
struct iwl_trans_pcie *trans_pcie = IWL_TRANS_GET_PCIE_TRANS(trans);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user