Loading
qcacmn: Don't mark ie invalid based on HT IE
Currently, host comapres HT Ie with htcap_cmn_ie structure size but returns err in case ie len is different from structure len which may break the iteration and can lead to scan entry creation failure. Fix is not to break the loop and perform action based on other Ie to avoid Ie parse failure which leads to scan entry creation failure. Change-Id: I93f0d67ae0f7ea8bb5dbeabc895b5c3d1ae43a73 CRs-Fixed: 2965729