Searched hist:"828853 ac58265c93249b53ba81782213962d5d4e" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wow.c | diff 828853ac58265c93249b53ba81782213962d5d4e Tue Aug 28 11:48:42 CDT 2018 Wen Gong <wgong@codeaurora.org> ath10k: add waiting htt tx complete before wow enable
If there are some tx packets pending in firmware, and then system enters suspend, firmware will fail for wow enable. This will trigger mac80211 to stop ath10k and download firmware again, then it is non-wow suspend.
After add the waiting htt tx complete, then firmware will have some time window to send or flush the pending tx packets.
Tested with QCA6174 PCI with firmware WLAN.RM.4.4.1-00109-QCARMSWPZ-1, but this will also affect QCA9377 PCI. It's not a regression with new firmware releases.
Signed-off-by: Wen Gong <wgong@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | mac.h | diff 828853ac58265c93249b53ba81782213962d5d4e Tue Aug 28 11:48:42 CDT 2018 Wen Gong <wgong@codeaurora.org> ath10k: add waiting htt tx complete before wow enable
If there are some tx packets pending in firmware, and then system enters suspend, firmware will fail for wow enable. This will trigger mac80211 to stop ath10k and download firmware again, then it is non-wow suspend.
After add the waiting htt tx complete, then firmware will have some time window to send or flush the pending tx packets.
Tested with QCA6174 PCI with firmware WLAN.RM.4.4.1-00109-QCARMSWPZ-1, but this will also affect QCA9377 PCI. It's not a regression with new firmware releases.
Signed-off-by: Wen Gong <wgong@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | mac.c | diff 828853ac58265c93249b53ba81782213962d5d4e Tue Aug 28 11:48:42 CDT 2018 Wen Gong <wgong@codeaurora.org> ath10k: add waiting htt tx complete before wow enable
If there are some tx packets pending in firmware, and then system enters suspend, firmware will fail for wow enable. This will trigger mac80211 to stop ath10k and download firmware again, then it is non-wow suspend.
After add the waiting htt tx complete, then firmware will have some time window to send or flush the pending tx packets.
Tested with QCA6174 PCI with firmware WLAN.RM.4.4.1-00109-QCARMSWPZ-1, but this will also affect QCA9377 PCI. It's not a regression with new firmware releases.
Signed-off-by: Wen Gong <wgong@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|