diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/usb.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/usb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/usb.c b/drivers/net/wireless/ath/ath10k/usb.c index f731d35ee76d..d3677765f96c 100644 --- a/drivers/net/wireless/ath/ath10k/usb.c +++ b/drivers/net/wireless/ath/ath10k/usb.c | |||
@@ -706,7 +706,8 @@ static void ath10k_usb_hif_send_complete_check(struct ath10k *ar, | |||
706 | { | 706 | { |
707 | } | 707 | } |
708 | 708 | ||
709 | static int ath10k_usb_hif_power_up(struct ath10k *ar) | 709 | static int ath10k_usb_hif_power_up(struct ath10k *ar, |
710 | enum ath10k_firmware_mode fw_mode) | ||
710 | { | 711 | { |
711 | return 0; | 712 | return 0; |
712 | } | 713 | } |