Skip to content

Commit f60c366

Browse files
committed
wifi: iwlwifi: fix a wrong comment
iwl_pcie_apply_destination is used in all generation. Reviewed-by: Johannes Berg <[email protected]> Signed-off-by: Miri Korenblit <[email protected]> Link: https://patch.msgid.link/20250511195137.7eaf79a07226.I615cfd21001208b366c94a5fcb8e30a7d97f0ac2@changeid
1 parent 737ed29 commit f60c366

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

drivers/net/wireless/intel/iwlwifi/pcie/internal.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,7 @@ int iwl_trans_pcie_read_config32(struct iwl_trans *trans, u32 ofs,
11021102
u32 *val);
11031103
bool iwl_trans_pcie_grab_nic_access(struct iwl_trans *trans);
11041104
void iwl_trans_pcie_release_nic_access(struct iwl_trans *trans);
1105+
void iwl_pcie_alloc_fw_monitor(struct iwl_trans *trans, u8 max_power);
11051106

11061107
/* transport gen 1 exported functions */
11071108
void iwl_trans_pcie_fw_alive(struct iwl_trans *trans);
@@ -1126,9 +1127,6 @@ int iwl_pcie_alloc_dma_ptr(struct iwl_trans *trans,
11261127
void iwl_pcie_free_dma_ptr(struct iwl_trans *trans, struct iwl_dma_ptr *ptr);
11271128
void iwl_pcie_apply_destination(struct iwl_trans *trans);
11281129

1129-
/* common functions that are used by gen3 transport */
1130-
void iwl_pcie_alloc_fw_monitor(struct iwl_trans *trans, u8 max_power);
1131-
11321130
/* transport gen 2 exported functions */
11331131
int iwl_trans_pcie_gen2_start_fw(struct iwl_trans *trans,
11341132
const struct iwl_fw *fw,

0 commit comments

Comments
 (0)