[PATCH 1/4] ath10k: enable firmware peer stats info for wmi tlv

2020-04-23 Thread Wen Gong
For wmi tlv type, firmware disable peer stats info by default, after enable it, firmware will report WMI_TLV_PEER_STATS_INFO_EVENTID if ath10k send WMI_TLV_REQUEST_PEER_STATS_INFO_CMDID to firmware. Enable it will only set a flag in firmware, firmware will not report it without receive request WMI

Re: [PATCH 1/4] ath10k: enable firmware peer stats info for wmi tlv

2020-04-26 Thread Kalle Valo
Wen Gong wrote: > For wmi tlv type, firmware disable peer stats info by default, after > enable it, firmware will report WMI_TLV_PEER_STATS_INFO_EVENTID if > ath10k send WMI_TLV_REQUEST_PEER_STATS_INFO_CMDID to firmware. > > Enable it will only set a flag in firmware, firmware will not report >