summaryrefslogtreecommitdiff
path: root/hif/src/mp_dev.h
diff options
context:
space:
mode:
authorKomal Seelam <kseelam@codeaurora.org>2016-02-24 19:22:48 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-03-16 01:55:38 -0700
commit5584a7cf92afd6fa88c77df7072269a0d3c5cf8f (patch)
tree7257468971e22124d1842251d757ccd86df34693 /hif/src/mp_dev.h
parenta5911d3ca2fbc9d8a62f757f2645ad13e7ceb5ba (diff)
qcacmn: Make hif_opaque_softc as global HIF context
Make hif_opaque_softc as global HIF Context and cleanup ol_softc structure to bmi structure. No one else is using ol_softc numbers. Change-Id: Ib6447d2b67d41a30ec22903720900d7e4d55c7a9 CRs-Fixed: 967765
Diffstat (limited to 'hif/src/mp_dev.h')
-rw-r--r--hif/src/mp_dev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hif/src/mp_dev.h b/hif/src/mp_dev.h
index b983eee97a5f..07a43cb50eb4 100644
--- a/hif/src/mp_dev.h
+++ b/hif/src/mp_dev.h
@@ -32,5 +32,5 @@ 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);
+void hif_shut_down_device(struct hif_opaque_softc *scn);
#endif /* __MP_DEV_H__ */