commit | f48e8a1a084ed9c37d401dc006dae614faf595b4 | [log] [tgz] |
---|---|---|
author | Ankit Kumar <ankkuma@codeaurora.org> | Thu Jan 09 09:43:33 2020 +0530 |
committer | Ankit Kumar <ankkuma@codeaurora.org> | Thu Jan 16 12:06:06 2020 +0530 |
tree | 83858cd9251024033e79e1f0b6a19e2e25ef5008 | |
parent | 206a0470cec5158d48b32634cfd63a846a401f62 [diff] |
qca-wifi: Modified return type not to break existing feature handling At present, there is not check while calling multipass processing and hence no packet gets dropped. Adding check will drop packet in case of returning return type as false. Hence modified return type as true so that no packet gets dropped and existing flow doesn't break. Change-Id: I49089f155b1b78adb533ca23f3b0f3cad9543135 CRs-Fixed: 2599782