We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5352b4 commit 432a412Copy full SHA for 432a412
drivers/net/wireless/intel/iwlwifi/dvm/main.c
@@ -1316,6 +1316,7 @@ static struct iwl_op_mode *iwl_op_mode_dvm_start(struct iwl_trans *trans,
1316
sizeof(trans->conf.no_reclaim_cmds));
1317
memcpy(trans->conf.no_reclaim_cmds, no_reclaim_cmds,
1318
sizeof(no_reclaim_cmds));
1319
+ trans->conf.n_no_reclaim_cmds = ARRAY_SIZE(no_reclaim_cmds);
1320
1321
switch (iwlwifi_mod_params.amsdu_size) {
1322
case IWL_AMSDU_DEF:
0 commit comments