[PATCH v2] ath10k: add the Rx rate in FW stats

Yeoh Chun-Yeow yeohchunyeow at gmail.com
Mon Mar 24 03:49:44 EDT 2014


> -                       tmp += sizeof(struct wmi_peer_stats);
> +                       if (test_bit(ATH10K_FW_FEATURE_WMI_10X,
> +                                    ar->fw_features)) {
> +                               s->peer_rx_rate =
> +                                       __le32_to_cpu(peer_stats->peer_rx_rate);
> +                               tmp += sizeof(struct wmi_peer_stats_10x);
> +

Oops, additional space.

Tested and working for me.

----
Chun-Yeow



More information about the ath10k mailing list