Skip to content

Commit e7afe89

Browse files
jmberg-intelegrumbach
authored andcommitted
iwlwifi: mvm: force quota update update after FW restart
During firmware restart, the quota command isn't calculated multiple times, but after the firmware restart it has to be sent, so force it. Otherwise the firmware crashes. Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: Emmanuel Grumbach <[email protected]>
1 parent 6bbd552 commit e7afe89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/wireless/iwlwifi/mvm/mac80211.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@ static void iwl_mvm_restart_complete(struct iwl_mvm *mvm)
13221322

13231323
clear_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status);
13241324
iwl_mvm_d0i3_enable_tx(mvm, NULL);
1325-
ret = iwl_mvm_update_quotas(mvm, false, NULL);
1325+
ret = iwl_mvm_update_quotas(mvm, true, NULL);
13261326
if (ret)
13271327
IWL_ERR(mvm, "Failed to update quotas after restart (%d)\n",
13281328
ret);

0 commit comments

Comments
 (0)