Re: [PATCH 3/5] ath10k: change ath10k_offchan_tx_work() peer present msg to a warn

2021-02-10 Thread Kalle Valo
Shuah Khan wrote: > Based on the comment block in this function and the FIXME for this, peer > being present for the offchannel tx is unlikely. Peer is deleted once tx > is complete. Change peer present msg to a warn to detect this condition. > > Signed-off-by: Shuah Khan > Signed-off-by: Kalle

[PATCH 3/5] ath10k: change ath10k_offchan_tx_work() peer present msg to a warn

2021-02-09 Thread Shuah Khan
Based on the comment block in this function and the FIXME for this, peer being present for the offchannel tx is unlikely. Peer is deleted once tx is complete. Change peer present msg to a warn to detect this condition. Signed-off-by: Shuah Khan --- drivers/net/wireless/ath/ath10k/mac.c | 5 ++---