commit | ceb26a6013b962b82f644189ea29d802490fc8fc | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Wed Oct 03 21:07:51 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 05 16:26:17 2012 -0400 |
tree | 72b22bf99cd0848df867d821231e52be36a40cbe | |
parent | 93170516a4d64319ffcc43bc9dd61f12775bd297 [diff] |
ath9k: improve suspend/resume reliability Ensure that drv_start() always returns true, as a failing hw start usually eventually leads to crashes when there's still a station entry present. Call a power-on reset after a resume and after a hw reset failure to bring the hardware back to life again. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>