These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / net / wireless / ath / ath10k / spectral.h
index 042f5b3..89b0ad7 100644 (file)
@@ -47,7 +47,7 @@ enum ath10k_spectral_mode {
 #ifdef CONFIG_ATH10K_DEBUGFS
 
 int ath10k_spectral_process_fft(struct ath10k *ar,
-                               const struct wmi_phyerr *phyerr,
+                               struct wmi_phyerr_ev_arg *phyerr,
                                const struct phyerr_fft_report *fftr,
                                size_t bin_len, u64 tsf);
 int ath10k_spectral_start(struct ath10k *ar);
@@ -59,7 +59,7 @@ void ath10k_spectral_destroy(struct ath10k *ar);
 
 static inline int
 ath10k_spectral_process_fft(struct ath10k *ar,
-                           const struct wmi_phyerr *phyerr,
+                           struct wmi_phyerr_ev_arg *phyerr,
                            const struct phyerr_fft_report *fftr,
                            size_t bin_len, u64 tsf)
 {