[PATCH v5] ath10k: implement per-VDEV FW statistics
Yeoh Chun-Yeow
yeohchunyeow at gmail.com
Fri Mar 28 10:23:15 EDT 2014
>
> The WMI_REQUEST_PEER_STAT command with latest (999.999.0.716) FW
> can return per-VDEV statistics. Using debugfs we can fetch this info now.
>
Unfortunately, 716 firmware is not available. Is this going to available?
>
> struct wmi_request_stats_cmd {
> __le32 stats_id;
> -
> - /*
> - * Space to add parameters like
> - * peer mac addr
> - */
> + /* unique id identifying the VDEV, generated by the caller */
> + __le32 vdev_id;
> + /* peer MAC address */
> + struct wmi_mac_addr peer_macaddr;
> } __packed;
Unfortunately, this does not work for 10.1 firmware, but the following
patch works.
http://lists.infradead.org/pipermail/ath10k/2014-March/001487.html
----
Chun-Yeow
More information about the ath10k
mailing list