wifi: iwlwifi: pcie: remove redundant argument
authorJohannes Berg <johannes.berg@intel.com>
Tue, 13 Jun 2023 12:57:26 +0000 (15:57 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 14 Jun 2023 10:32:21 +0000 (12:32 +0200)
commit855e2f60fe341a4fd1f9343ed07d6e7fd05ab3f6
tree025066f1337f177023391290b64456f2d4ef5e6f
parent583c58e3b1fa3718c52a5cbba2176cc30688c53c
wifi: iwlwifi: pcie: remove redundant argument

The iwl_pcie_alloc_fw_monitor_block() function has an argument
that's only ever hard-coded to 11, remove it and hard-code the
value into the function itself with a comment.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230613155501.737c153e8259.Ibe6250ca812cfa2f00ac47e5e0d1595c6b9b4875@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/trans.c