Re: [PATCH] ath10k: Skip handling del_server during driver exit

2020-05-11 Thread Kalle Valo
Rakesh Pillai wrote: > The qmi infrastructure sends the client a del_server > event when the client releases its qmi handle. This > is not the msg indicating the actual qmi server exiting. > In such cases the del_server msg should not be processed, > since the wifi firmware does not reset its qmi

[PATCH] ath10k: Skip handling del_server during driver exit

2020-05-05 Thread Rakesh Pillai
The qmi infrastructure sends the client a del_server event when the client releases its qmi handle. This is not the msg indicating the actual qmi server exiting. In such cases the del_server msg should not be processed, since the wifi firmware does not reset its qmi state. Hence skip the processin