call the appropriate iwl_trans_suspend/resume ops
on iwl_mvm_suspend/resume calls.
Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
 {
        struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
 
+       iwl_trans_suspend(mvm->trans);
        if (iwl_mvm_is_d0i3_supported(mvm)) {
                mutex_lock(&mvm->d0i3_suspend_mutex);
                __set_bit(D0I3_DEFER_WAKEUP, &mvm->d0i3_suspend_flags);
 {
        struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
 
+       iwl_trans_resume(mvm->trans);
+
        if (iwl_mvm_is_d0i3_supported(mvm))
                return 0;