diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-09-19 01:59:14 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-19 01:59:14 -0700 |
| commit | ef6cb71513a8718f0be9d74cc14eab70f75a70ea (patch) | |
| tree | 23e0eec3395dd82c81febf11bc1648f43b63cccb | |
| parent | 80107d29517650a9cddfe4c6aa2f34cb53f36006 (diff) | |
| parent | ea3f18fa87752fdf0688e477e1594f414dc3d163 (diff) | |
Merge "qcacmn: Use HOST_INTEREST_ADDRESS from targaddrs.h" into wlan-cmn.driver.lnx.1.0
| -rw-r--r-- | hif/src/hif_main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hif/src/hif_main.c b/hif/src/hif_main.c index aa3d05883cbc..6cd21f42f771 100644 --- a/hif/src/hif_main.c +++ b/hif/src/hif_main.c @@ -145,12 +145,6 @@ bool hif_can_suspend_link(struct hif_opaque_softc *hif_ctx) return scn->linkstate_vote == 0; } -#ifndef CONFIG_WIN -#define QCA9984_HOST_INTEREST_ADDRESS -1 -#define QCA9888_HOST_INTEREST_ADDRESS -1 -#define IPQ4019_HOST_INTEREST_ADDRESS -1 -#endif - /** * hif_hia_item_address(): hif_hia_item_address * @target_type: target_type |
