qcacmn: Make HIF independent of NIC_DEV

NIC_DEV is not needed in hif. Remove it from HIF.
Initialize cdf_device global structure in HDD.

Change-Id: Iff3e88c269ed0324d18289e23a0369fa6c2b14b0
CRs-Fixed: 967765
This commit is contained in:
Vishwajith Upendra
2016-02-09 17:53:02 +05:30
orang tua 644263d323
melakukan 3f78aa6a1d
6 mengubah file dengan 24 tambahan dan 103 penghapusan

Melihat File

@@ -194,17 +194,6 @@ struct bmi_info {
};
struct ol_softc {
/*
* handle for code that uses the osdep.h version of OS
* abstraction primitives
*/
struct _NIC_DEV aps_osdev;
/*
* handle for code that uses cdf version of OS
* abstraction primitives
*/
cdf_device_t cdf_dev;
struct targetdef_s *targetdef;
};