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:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user