commit | 3e5c974f1a1ce0410cbbc2d7b408c17fe0e8969c | [log] [tgz] |
---|---|---|
author | Hu Wang <huw@qti.qualcomm.com> | Fri Mar 04 10:34:24 2016 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Mar 22 19:25:31 2016 -0700 |
tree | 88a59ecfa0d93519d20ba7fdc88f96901ddd8b95 | |
parent | 46780708c03f0db2f70fb569afe0d1ddec34854f [diff] |
wlan: Fix probe response dropped by ValidateAndRectifyIEs Some APs will include extra bytes with 0 value after IEs in probe response. ValidateAndRectifyIEs() takes it as malformed packet due to which driver drops the packet. This change introduces a workaround to interop with such AP's by making ValidateAndRectifyIEs() returning TRUE if extra bytes are all 0 value. Change-Id: Ifdf8d6a1d0c7296713fc23d002beed8a6ac29cc7 CRs-Fixed: 984851