commit | 69e72bd66aa4a3035dbf8fb8d62c68b9d0525f21 | [log] [tgz] |
---|---|---|
author | Ashish Kumar Dhanotiya <adhanoti@codeaurora.org> | Mon Mar 26 20:30:32 2018 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Fri Apr 06 14:47:05 2018 -0700 |
tree | f967187c7c32ae57190a8b456163f6a3738ec70f | |
parent | 0e255175b67dd4aa7ba314fef43e77c3646fdddf [diff] |
qcacld-3.0: Remove CSR dot11f IE RSN max len Max len of CSR_DOT11F_IE_RSN is 114 which is les than the DOT11F_IE_RSN_MAX_LEN (130) which may result in array overflow while parsing cckm ie. TO address this replace CSR_DOT11F_IE_RSN_MAX_LEN to with DOT11F_IE_RSN_MAX_LEN and remove CSR_DOT11F_IE_RSN_MAX_LEN as it is not getting used anywhere else. Change-Id: I58f93f37bd17653db2840720ab106c01f10d535e CRs-Fixed: 2209355