commit | cb833dd465d70c35871b69d2bb49603955e9da65 | [log] [tgz] |
---|---|---|
author | Prabhu Jayakumar <pjayak@codeaurora.org> | Mon May 09 18:18:41 2016 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Nov 04 03:04:54 2016 -0700 |
tree | 869cc5422db70dc6e7eb9a8a92599ae57837fe39 | |
parent | 8f7336f0a65986475b562bd0f6a0f7a8fa86cf31 [diff] |
MIPS: qca956x: Fix gmac descriptor corruption issue tftp transfer failed as gmac descriptor got corrupted. GMAC descriptors gets addresses from malloc area that were already used and made free by some other module. There is a cache invalidate issue when tftp transfer happens and gmac descriptors gets corrupted. flush_cache is needed to avoid this. Change-Id: I40ae7c771bcac3fade78de4454bfa3dafde4b70a Signed-off-by: Prabhu Jayakumar <pjayak@codeaurora.org>