qcacmn: Featurize WLAN_FEATURE_LINK_LAYER_STATS

Featurize WLAN_FEATURE_LINK_LAYER_STATS to compile out in mission mode.

Change-Id: I16b7ffe869f6e46736693a02b58954a50e31b03b
CRs-Fixed: 2244583
This commit is contained in:
Qiwei Cai
2018-05-21 16:49:39 +08:00
committed by nshrivas
parent e06beaa8f4
commit 1ccba22f66
2 changed files with 8 additions and 1 deletions

View File

@@ -1860,6 +1860,7 @@ QDF_STATUS wmi_unified_set_ric_req_cmd(void *wmi_hdl, void *msg,
return QDF_STATUS_E_FAILURE;
}
#ifdef WLAN_FEATURE_LINK_LAYER_STATS
/**
* wmi_unified_process_ll_stats_clear_cmd() - clear link layer stats
* @wmi_hdl: wmi handle
@@ -1900,6 +1901,7 @@ QDF_STATUS wmi_unified_process_ll_stats_get_cmd(void *wmi_hdl,
return QDF_STATUS_E_FAILURE;
}
#endif /* WLAN_FEATURE_LINK_LAYER_STATS */
/**
* wmi_unified_congestion_request_cmd() - send request to fw to get CCA
@@ -1920,6 +1922,7 @@ QDF_STATUS wmi_unified_congestion_request_cmd(void *wmi_hdl,
return QDF_STATUS_E_FAILURE;
}
#ifdef WLAN_FEATURE_LINK_LAYER_STATS
/**
* wmi_unified_process_ll_stats_set_cmd() - link layer stats set request
* @wmi_handle: wmi handle
@@ -1938,6 +1941,7 @@ QDF_STATUS wmi_unified_process_ll_stats_set_cmd(void *wmi_hdl,
return QDF_STATUS_E_FAILURE;
}
#endif /* WLAN_FEATURE_LINK_LAYER_STATS */
/**
* wmi_unified_snr_request_cmd() - send request to fw to get RSSI stats