File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
drivers/net/wireless/intel/iwlwifi Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1147,6 +1147,8 @@ void __iwl_mvm_mac_stop(struct iwl_mvm *mvm)
1147
1147
/* the fw is stopped, the aux sta is dead: clean up driver state */
1148
1148
iwl_mvm_del_aux_sta (mvm );
1149
1149
1150
+ iwl_free_fw_paging (mvm );
1151
+
1150
1152
/*
1151
1153
* Clear IN_HW_RESTART flag when stopping the hw (as restart_complete()
1152
1154
* won't be called in this case).
Original file line number Diff line number Diff line change @@ -761,8 +761,6 @@ static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode)
761
761
for (i = 0 ; i < NVM_MAX_NUM_SECTIONS ; i ++ )
762
762
kfree (mvm -> nvm_sections [i ].data );
763
763
764
- iwl_free_fw_paging (mvm );
765
-
766
764
iwl_mvm_tof_clean (mvm );
767
765
768
766
ieee80211_free_hw (mvm -> hw );
Original file line number Diff line number Diff line change @@ -732,8 +732,8 @@ static int iwl_pcie_rsa_race_bug_wa(struct iwl_trans *trans)
732
732
*/
733
733
val = iwl_read_prph (trans , PREG_AUX_BUS_WPROT_0 );
734
734
if (val & (BIT (1 ) | BIT (17 ))) {
735
- IWL_INFO (trans ,
736
- "can't access the RSA semaphore it is write protected\n" );
735
+ IWL_DEBUG_INFO (trans ,
736
+ "can't access the RSA semaphore it is write protected\n" );
737
737
return 0 ;
738
738
}
739
739
You can’t perform that action at this time.
0 commit comments