I notice that the 10.4 stats struct appears to be missing a field.  It appears
it should be like this instead?

[greearb@ben-dt3 ath10k]$ git diff
diff --git a/drivers/net/wireless/ath/ath10k/wmi.h 
b/drivers/net/wireless/ath/ath10k/wmi.h
index 66b446d..93ca8e8 100644
--- a/drivers/net/wireless/ath/ath10k/wmi.h
+++ b/drivers/net/wireless/ath/ath10k/wmi.h
@@ -4434,6 +4434,7 @@ struct wmi_10_4_pdev_stats {
        struct wmi_pdev_stats_base base;
        struct wmi_10_4_pdev_stats_tx tx;
        struct wmi_pdev_stats_rx rx;
+       __le32 pdev_rx_timeout;
        __le32 rx_ovfl_errs;
        struct wmi_pdev_stats_mem mem;
        __le32 sram_free_size;


Could someone with FW src double-check this?

Thanks,
Ben

--
Ben Greear <[email protected]>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/ath10k

Reply via email to