Searched defs:ath10k_fw_stats_vdev (Results 1 – 1 of 1) sorted by relevance
162 struct ath10k_fw_stats_vdev { struct163 struct list_head list;165 u32 vdev_id;166 u32 beacon_snr;167 u32 data_snr;168 u32 num_tx_frames[4];169 u32 num_rx_frames;170 u32 num_tx_frames_retries[4];171 u32 num_tx_frames_failures[4];172 u32 num_rts_fail;[all …]