Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
[linux-2.6-microblaze.git] / drivers / net / wireless / ath / ath10k / core.c
index 70f3bae..f26cc69 100644 (file)
@@ -1088,11 +1088,11 @@ static int ath10k_download_fw(struct ath10k *ar)
        }
 
        memset(&latency_qos, 0, sizeof(latency_qos));
-       pm_qos_add_request(&latency_qos, PM_QOS_CPU_DMA_LATENCY, 0);
+       cpu_latency_qos_add_request(&latency_qos, 0);
 
        ret = ath10k_bmi_fast_download(ar, address, data, data_len);
 
-       pm_qos_remove_request(&latency_qos);
+       cpu_latency_qos_remove_request(&latency_qos);
 
        return ret;
 }