commit | 680ebb4e797751e8ffb000d63feb96e7bc9e4dc3 | [log] [tgz] |
---|---|---|
author | Erik Stromdahl <erik.stromdahl@gmail.com> | Wed Apr 26 12:17:52 2017 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu May 04 15:55:16 2017 +0300 |
tree | 4c6907bd8db87a758ee266dab34e04ac0b4eb03f | |
parent | 3e0dd820f07f264d904690295e72e63c90b7be85 [diff] |
ath10k: htc: rx trailer lookahead support The RX trailer parsing is now capable of parsing lookahead reports. A lookahead contains the first 4 bytes of the next HTC message (that will be read in the next SDIO read operation). Lookaheads are used by the SDIO/mbox HIF layer to determine if the next message is part of a bundle, which endpoint it belongs to and how long it is. Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>