summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Chiu <wchiu@qca.qualcomm.com>2014-04-30 12:37:16 +0800
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-05-01 09:07:06 -0700
commitbb4bd9ec5614ab47dbec42d9be82d76f266aee27 (patch)
tree752bf708be5720a39025073d4adb45a54387566d
parent967347f6a87d52c75628630325a5a412fa89ca42 (diff)
qcacld-new: Adding dummy API HIFsuspendwow for USB bus
The API HIFsuspendwow is being used for PCI bus. It is being called from HTC. Without a similar function in USB, symbol not found error is seen. Change-Id: I517aa64b62d6f1da2846309e27e7d03cf14dcc1f CRs-fixed: 657255
-rw-r--r--CORE/SERVICES/HIF/USB/hif_usb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/CORE/SERVICES/HIF/USB/hif_usb.c b/CORE/SERVICES/HIF/USB/hif_usb.c
index c2084de506d5..c5919daa0c9a 100644
--- a/CORE/SERVICES/HIF/USB/hif_usb.c
+++ b/CORE/SERVICES/HIF/USB/hif_usb.c
@@ -1140,3 +1140,7 @@ A_STATUS HIFDiagWriteWARMRESET(struct usb_interface *interface,
AR_DEBUG_PRINTF(ATH_DEBUG_TRC, ("-%s\n", __func__));
return status;
}
+void HIFsuspendwow(HIF_DEVICE *hif_device)
+{
+ printk(KERN_INFO "HIFsuspendwow TODO\n");
+}