Re: FW: [PATCH] ath10k: fix return value check in wake_tx_q op

2019-03-03 Thread Yibo Zhao
在 2019-02-25 12:40,Yibo Zhao 写道: 在 2019-02-07 22:25,Kalle Valo 写道: Yibo Zhao writes: We have met performance issue on our two-core system after applying your patch. In WDS mode, we found that the peak throughput in TCP-DL and UDP-DL dropped more than 10% compared with previous one. And in som

Re: [PATCH] ath10k: Drop WARN_ON()s that always trigger during system resume

2019-03-03 Thread Rafael J. Wysocki
On Friday, March 1, 2019 2:45:29 PM CET Kalle Valo wrote: > "Rafael J. Wysocki" writes: > > > rom: Rafael J. Wysocki > > 'F' chraracter is missing. > > > ath10k_mac_vif_chan() always returns an error for the given vif > > during system-wide resume which reliably triggers two WARN_ON()s > > in

[PATCH] ath10k: Drop WARN_ON()s that always trigger during system resume

2019-03-03 Thread Rafael J. Wysocki
From: Rafael J. Wysocki ath10k_mac_vif_chan() always returns an error for the given vif during system-wide resume which reliably triggers two WARN_ON()s in ath10k_bss_info_changed() and they are not particularly useful in that code path, so drop them. Signed-off-by: Rafael J. Wysocki --- drive