diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/pci.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c index 600ddaad8845..71d854e2f9fc 100644 --- a/drivers/net/wireless/ath/ath10k/pci.c +++ b/drivers/net/wireless/ath/ath10k/pci.c | |||
@@ -2794,7 +2794,8 @@ static int ath10k_pci_chip_reset(struct ath10k *ar) | |||
2794 | return ar_pci->pci_hard_reset(ar); | 2794 | return ar_pci->pci_hard_reset(ar); |
2795 | } | 2795 | } |
2796 | 2796 | ||
2797 | static int ath10k_pci_hif_power_up(struct ath10k *ar) | 2797 | static int ath10k_pci_hif_power_up(struct ath10k *ar, |
2798 | enum ath10k_firmware_mode fw_mode) | ||
2798 | { | 2799 | { |
2799 | struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); | 2800 | struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); |
2800 | int ret; | 2801 | int ret; |