commit | 922344761bdcb057df61a550f04468ce7fbeb157 | [log] [tgz] |
---|---|---|
author | Padma, Santhosh Kumar <skpadma@codeaurora.org> | Wed Apr 19 18:20:02 2017 +0530 |
committer | snandini <snandini@codeaurora.org> | Mon Jun 05 17:23:48 2017 -0700 |
tree | b19b75f3a8402ce842aea4c78bb8de6fc8737704 | |
parent | ad6ee1f39ed6006dd37b9991fb6a28858b06689e [diff] |
qcacld-3.0: Reset ext_cap structure Currently ext_cap structure is not reset to zero in lim_send_probe_rsp_mgmt_frame. This can cause dot11f_unpack_ie_ext_cap to return status other than DOT11F_PARSE_SUCCESS and result in unnecessary error messages in lim_update_extcap_struct. Reset ext_cap structure in lim_send_probe_rsp_mgmt_frame to fix this. Change-Id: I874d4d150a405d32737912f0b40661bafa5df268 CRs-Fixed: 2035704