> > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html