diff options
| author | Krishna Kumaar Natarajan <kknatara@qca.qualcomm.com> | 2014-08-06 09:43:54 -0700 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-08-09 00:20:02 -0700 |
| commit | ad4fcb64a56c903a5a5518cda1428dc9495d2ccf (patch) | |
| tree | fbc00465a07524dd0d04ddce60310346bb96e057 | |
| parent | b7bbcf23b662d7258c799faea53840ac4478d152 (diff) | |
qcacld: CL 1050936 - update fw common interface files
This change set update fw common interface files associated
with the CL 1050936
Change-Id: I3c9c74fcf11be9fdcfb9361d113ff1a480e0236b
CRs-Fixed: 705546
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 780b251e7ced..f756ab3f4e92 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -4178,8 +4178,6 @@ typedef struct { * is assigned up to 127 */ /* Reserved from 128 - 255 for * target internal use.*/ - WMI_PEER_TYPE_ROAMOFFLOAD_TEMP = 128, /* Temporarily created - * during offload roam */ }; typedef struct { @@ -4637,6 +4635,7 @@ typedef struct _wlan_dcs_im_tgt_stats { * and target chip is not in sleep. * */ + /** listen time from ANI */ A_INT32 listen_time; @@ -5044,7 +5043,7 @@ typedef struct { A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_roam_11r_offload_fixed_param */ A_UINT32 mdie_present; A_UINT32 mdid; - A_UINT32 r0kh_id; + A_UINT32 r0kh_id[ROAM_OFFLOAD_R0KH_ID_MAX_LEN>>2]; A_UINT32 r0kh_id_len; A_UINT32 psk_msk[ROAM_OFFLOAD_PSK_MSK_BYTES>>2]; /* psk/msk offload. As this 4 byte aligned, we don't declare it as tlv array */ } wmi_roam_11r_offload_tlv_param; |
