Re: [PATCH 4/5] ath10k: split reset logic from power up

2014-10-13 Thread Kalle Valo
Michal Kazior writes: > The power up procedure was overly complex due to > warm/cold reset workarounds and issues. > > Signed-off-by: Michal Kazior [...] > + ret = ath10k_pci_wait_for_target_init(ar); > + if (ret) { > + ath10k_warn(ar, "failed to wait for target after cold

[PATCH 4/5] ath10k: split reset logic from power up

2014-10-09 Thread Michal Kazior
The power up procedure was overly complex due to warm/cold reset workarounds and issues. Signed-off-by: Michal Kazior --- drivers/net/wireless/ath/ath10k/pci.c | 151 ++ 1 file changed, 80 insertions(+), 71 deletions(-) diff --git a/drivers/net/wireless/ath/ath10