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

2020-09-29 Thread Kalle Valo
Manivannan Sadhasivam writes: > 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

[PATCH] ath11k: remove auto_start from channel config struct

2020-09-28 Thread 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: register MHI controller device f