commit | 15a3d48c7537f0f2b41bef6d08723d03251c7cc3 | [log] [tgz] |
---|---|---|
author | Karunakar Dasineni <karuna@codeaurora.org> | Wed Jul 12 19:19:40 2017 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Jul 14 18:56:38 2017 -0700 |
tree | 2e7e202e95d175d2cf54a3a85d86d8645427cddf | |
parent | 80cded8b4a4b737220dbcf925879b84f978da6f0 [diff] |
qcacmn: WAR for RXDMA packet drop issue When monitor RXDMA is enabled, regular RXDMA will drop a good packet whenever an error is indicated in monitor path due to a HW bug. To avoid this, a dummy buffer will be used to receive packets passing "monitor other" filter on regular DMA, which will be received on RXDMA2HOST ring. These packets should be ignored based on a special cookie value. Change-Id: I348527f662cd664652d8d99c01484bb310c6e705