Skip to content

Commit 432a412

Browse files
jmberg-intelMiriam-Rachel
authored andcommitted
wifi: iwlwifi: dvm: restore n_no_reclaim_cmds setting
Apparently I accidentally removed this setting in my transport configuration rework, leading to an endless stream of warnings from the PCIe code when relevant notifications are received by the driver from firmware. Restore it. Reported-by: Woody Suwalski <[email protected]> Closes: https://lore.kernel.org/r/[email protected]/ Fixes: 08e77d5 ("wifi: iwlwifi: rework transport configuration") Signed-off-by: Johannes Berg <[email protected]> Link: https://patch.msgid.link/20250616134902.222342908ca4.I47a551c86cbc0e9de4f980ca2fd0d67bf4052e50@changeid Signed-off-by: Miri Korenblit <[email protected]>
1 parent d5352b4 commit 432a412

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/intel/iwlwifi/dvm

1 file changed

+1
-0
lines changed

drivers/net/wireless/intel/iwlwifi/dvm/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,7 @@ static struct iwl_op_mode *iwl_op_mode_dvm_start(struct iwl_trans *trans,
13161316
sizeof(trans->conf.no_reclaim_cmds));
13171317
memcpy(trans->conf.no_reclaim_cmds, no_reclaim_cmds,
13181318
sizeof(no_reclaim_cmds));
1319+
trans->conf.n_no_reclaim_cmds = ARRAY_SIZE(no_reclaim_cmds);
13191320

13201321
switch (iwlwifi_mod_params.amsdu_size) {
13211322
case IWL_AMSDU_DEF:

0 commit comments

Comments
 (0)