commit | ab33d9bb8f2c042df666e19bd42d636ebf94a33a | [log] [tgz] |
---|---|---|
author | Ravi Joshi <ravij@codeaurora.org> | Sat Feb 11 21:43:28 2017 -0800 |
committer | qcabuildsw <qcabuildsw@localhost> | Mon Feb 27 15:05:35 2017 -0800 |
tree | 75833387a0461ac724e48ded9d70b65f5fa5bb1c | |
parent | 4eeafc6df3086d5c78beb2e6fb89739cf4b9d2a0 [diff] |
qcacmn: Fix Tx completion handling by using pdev instead of vdev The Tx completion is an asynchronous event from hardware that cannot be synchronized with vdev deletion. This causes issues in the datapath which attempts to use invalid vdev pointer (if tx complete is received after vdev delete). Change-Id: I8b27b3a59a3674214dcd45dc621b068f7253a6c6 CRs-Fixed: 2005584