commit | a11cddd42b67d9577299580ee42bfc06923626c1 | [log] [tgz] |
---|---|---|
author | Yan-Hsuan Chuang <yhchuang@realtek.com> | Fri Jun 14 15:24:13 2019 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Jun 25 08:09:00 2019 +0300 |
tree | ad5095fc4cb78f9f99ff89a0d77e2734303d42c3 | |
parent | d41673b941f2d3fdda62930f0e3eabb3aa0ccb2b [diff] |
rtw88: restore DACK results to save time DACK is done right after the hardware has been turned on, which means it will be done every time we leave the IDLE state. But it takes ~2 seconds to finish DACK. We can back up the results and restore them. And it only takes a few milliseconds to restore the results to the hardware, saving a lot of time. Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>