Re: [OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-22 Thread Christian Lamparter
On Friday, March 22, 2019 7:58:40 PM CET Tomislav Požega wrote: > When chip reset is done before the chip is checked if supported > there will be crash. Previous behaviour caused bootloops on > Archer C7 v1 units, this patch allows clean device boot without > excluding ath10k driver. > You need F

[OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-22 Thread Tomislav Požega
When chip reset is done before the chip is checked if supported there will be crash. Previous behaviour caused bootloops on Archer C7 v1 units, this patch allows clean device boot without excluding ath10k driver. Signed-off-by: Tomislav Požega --- drivers/net/wireless/ath/ath10k/pci.c | 12 +++