]> asedeno.scripts.mit.edu Git - linux.git/commit
wil6210: prevent device memory access while in reset or suspend
authorAhmad Masri <amasri@codeaurora.org>
Thu, 28 Feb 2019 09:34:44 +0000 (11:34 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 3 Apr 2019 12:34:04 +0000 (15:34 +0300)
commita061894587ef61d19e5196c601ac250cc19f406f
tree55bce378d03f1cb909e5891b315c6d24fbc591a9
parent73a7d1e34d889ee4b23ac0698bd924e5ef63969c
wil6210: prevent device memory access while in reset or suspend

Accessing some of the memory of the device while the device is
resetting or suspending may cause unexpected error as the HW is still
not in a stable state. Prevent this access to guarantee successful
read/write memory operations.

Signed-off-by: Ahmad Masri <amasri@codeaurora.org>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/wil6210/debugfs.c
drivers/net/wireless/ath/wil6210/main.c
drivers/net/wireless/ath/wil6210/pm.c
drivers/net/wireless/ath/wil6210/wil6210.h
drivers/net/wireless/ath/wil6210/wil_crash_dump.c