Re: [PATCH v2] ath11k: remove auto_start from channel config struct

2020-10-01 Thread Kalle Valo
Kalle Valo wrote: > Recent change in MHI bus removed the option to auto start the channels > during MHI driver probe. The channel will only be started when the MHI > client driver like QRTR gets probed. So, remove the option from ath11k > channel config struct. > > Fixes: 1399fb87ea3e ("ath11k:

[PATCH v2] ath11k: remove auto_start from channel config struct

2020-09-29 Thread Kalle Valo
From: Manivannan Sadhasivam Recent change in MHI bus removed the option to auto start the channels during MHI driver probe. The channel will only be started when the MHI client driver like QRTR gets probed. So, remove the option from ath11k channel config struct. Fixes: 1399fb87ea3e ("ath11k: re