2016-08-30 1:29 GMT+08:00 Dwayne Slater <
ds8...@gmail.com>:
> On most Linux distros ath9k is disabled before suspend when doing pm-suspend. Android x86 does not do the same. This is most likely the cause of most suspend/resume freezes that most users experience. On my Acer Aspire v3-551 after disabling ath9k (using rmmod) and suspending I've observed a 100% suspend success rate, while enabled I've observed a 0% suspend success rate (on 6.0.0-rc2, 6.0.0-rc1 had more of a 50-60% success rate). I have no experience with building Android or how the code is structured but a rmmod on suspend and a modprobe on resume would resolve most problems.