瀏覽代碼

qcacld-3.0: CL- 1443304 - update fw common interface files

WMI changes for EPNO enhancement.

CRs-Fixed: 962167
Change-Id: I8439c4f574738d89d54300e08fbd7e2d536863a9
Govind Singh 9 年之前
父節點
當前提交
42f7154c94
共有 3 個文件被更改,包括 33 次插入4 次删除
  1. 4 2
      target/inc/wmi_tlv_defs.h
  2. 27 0
      target/inc/wmi_unified.h
  3. 2 2
      target/inc/wmi_version.h

+ 4 - 2
target/inc/wmi_tlv_defs.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2015 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -614,6 +614,7 @@ typedef enum {
 	WMITLV_TAG_STRUC_wmi_vdev_delete_resp_event_fixed_param,
 	WMITLV_TAG_STRUC_wmi_peer_delete_resp_event_fixed_param,
 	WMITLV_TAG_STRUC_wmi_roam_dense_thres_param,
+	WMITLV_TAG_STRUC_enlo_candidate_score_param,
 
 } WMITLV_TAG_ID;
 
@@ -1513,7 +1514,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_REQUEST_LINK_STATS_CMDID);
 	WMITLV_ELEM(id, op, buf, len, WMITLV_TAG_STRUC_wmi_nlo_config_cmd_fixed_param, wmi_nlo_config_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
 	WMITLV_ELEM(id, op, buf, len, WMITLV_TAG_ARRAY_STRUC, nlo_configured_parameters, nlo_list, WMITLV_SIZE_VAR) \
 	WMITLV_ELEM(id, op, buf, len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, channel_list, WMITLV_SIZE_VAR) \
-	WMITLV_ELEM(id, op, buf, len, WMITLV_TAG_ARRAY_STRUC, nlo_channel_prediction_cfg, channel_prediction_param, WMITLV_SIZE_VAR)
+	WMITLV_ELEM(id, op, buf, len, WMITLV_TAG_ARRAY_STRUC, nlo_channel_prediction_cfg, channel_prediction_param, WMITLV_SIZE_VAR) \
+	WMITLV_ELEM(id, op, buf, len, WMITLV_TAG_STRUC_enlo_candidate_score_param, enlo_candidate_score_params, candidate_score_params, WMITLV_SIZE_FIX)
 
 WMITLV_CREATE_PARAM_STRUC(WMI_NETWORK_LIST_OFFLOAD_CONFIG_CMDID);
 

+ 27 - 0
target/inc/wmi_unified.h

@@ -7767,6 +7767,7 @@ typedef enum _WMI_NLO_SSID_BcastNwType {
   * one of them can be enabled at a given time */
 #define WMI_NLO_CONFIG_ENLO             (0x1 << 7)
 #define WMI_NLO_CONFIG_SCAN_PASSIVE     (0x1 << 8)
+#define WMI_NLO_CONFIG_ENLO_RESET       (0x1 << 9)
 
 /* Whether directed scan needs to be performed (for hidden SSIDs) */
 #define WMI_ENLO_FLAG_DIRECTED_SCAN      1
@@ -7850,6 +7851,31 @@ typedef struct nlo_channel_prediction_cfg {
 	A_UINT32 full_scan_period_ms;
 } nlo_channel_prediction_cfg;
 
+typedef struct enlo_candidate_score_params_t {
+	/*
+	 * TLV tag and len;
+	 * tag equals WMITLV_TAG_STRUC_wmi_enlo_candidate_score_param
+	 */
+	A_UINT32 tlv_header;
+	/* minimum 5GHz RSSI for a BSSID to be considered (units = dBm) */
+	A_INT32 min5GHz_rssi;
+	/* minimum 2.4GHz RSSI for a BSSID to be considered (units = dBm) */
+	A_INT32 min24GHz_rssi;
+	/* the maximum score that a network can have before bonuses */
+	A_UINT32 initial_score_max;
+	/* current_connection_bonus:
+	 * only report when there is a network's score this much higher
+	 * than the current connection
+	 */
+	A_UINT32 current_connection_bonus;
+	/* score bonus for all networks with the same network flag */
+	A_UINT32 same_network_bonus;
+	/* score bonus for networks that are not open */
+	A_UINT32 secure_bonus;
+	/* 5GHz RSSI score bonus (applied to all 5GHz networks) */
+	A_UINT32 band5GHz_bonus;
+} enlo_candidate_score_params;
+
 typedef struct wmi_nlo_config {
 	A_UINT32 tlv_header;            /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_nlo_config_cmd_fixed_param */
 	A_UINT32 flags;
@@ -7870,6 +7896,7 @@ typedef struct wmi_nlo_config {
 	 * nlo_configured_parameters nlo_list[];
 	 * A_UINT32 channel_list[];
 	 * nlo_channel_prediction_cfg ch_prediction_cfg;
+	 * enlo_candidate_score_params candidate_score_params;
 	 */
 
 } wmi_nlo_config_cmd_fixed_param;

+ 2 - 2
target/inc/wmi_version.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2015 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility */
-#define __WMI_REVISION_ 194
+#define __WMI_REVISION_ 195
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work