Searched defs:ath10k_fw_stats_vdev (Results 1 – 1 of 1) sorted by relevance
169 struct ath10k_fw_stats_vdev { struct170 struct list_head list;172 u32 vdev_id;173 u32 beacon_snr;174 u32 data_snr;175 u32 num_tx_frames[4];176 u32 num_rx_frames;177 u32 num_tx_frames_retries[4];178 u32 num_tx_frames_failures[4];179 u32 num_rts_fail;[all …]