summaryrefslogtreecommitdiff
path: root/hif/src/mp_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'hif/src/mp_dev.h')
-rw-r--r--hif/src/mp_dev.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/hif/src/mp_dev.h b/hif/src/mp_dev.h
index cb7e3d06ec18..b983eee97a5f 100644
--- a/hif/src/mp_dev.h
+++ b/hif/src/mp_dev.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2016 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -27,10 +27,10 @@
#ifndef __MP_DEV_H__
#define __MP_DEV_H__
-void priv_start_agc(struct ol_softc *scn);
-void priv_dump_agc(struct ol_softc *scn);
-void priv_start_cap_chaninfo(struct ol_softc *scn);
-void priv_dump_chaninfo(struct ol_softc *scn);
-void priv_dump_bbwatchdog(struct ol_softc *scn);
+void priv_start_agc(struct hif_softc *scn);
+void priv_dump_agc(struct hif_softc *scn);
+void priv_start_cap_chaninfo(struct hif_softc *scn);
+void priv_dump_chaninfo(struct hif_softc *scn);
+void priv_dump_bbwatchdog(struct hif_softc *scn);
void hif_shut_down_device(struct ol_softc *scn);
#endif /* __MP_DEV_H__ */