qcacld-3.0: Remove dependency on WMA layer for green AP component

Remove dependency on WMA layer for green AP component by registering
green AP events through target_if layer.

Change-Id: Ic4ea8df1928db632b8e31f0a873b74c6aff4505d
CRs-Fixed: 2167028
This commit is contained in:
Himanshu Agarwal
2018-01-24 22:30:05 +05:30
committed by snandini
parent bd27d79273
commit ceb9faa305
9 changed files with 7 additions and 103 deletions

View File

@@ -1387,9 +1387,6 @@ typedef struct {
uint8_t lpss_support;
#endif
uint8_t ap_arpns_support;
#ifdef WLAN_SUPPORT_GREEN_AP
bool egap_support;
#endif
bool wmi_ready;
uint32_t wlan_init_status;
qdf_device_t qdf_dev;