Lines Matching defs:rtl_stats
2018 struct rtl_stats { struct
2019 u8 psaddr[ETH_ALEN];
2020 u32 mac_time[2];
2021 s8 rssi;
2022 u8 signal;
2023 u8 noise;
2024 u8 rate; /* hw desc rate */
2025 u8 received_channel;
2026 u8 control;
2027 u8 mask;
2028 u8 freq;
2029 u16 len;
2030 u64 tsf;
2031 u32 beacon_time;
2032 u8 nic_type;
2033 u16 length;
2034 u8 signalquality; /*in 0-100 index. */
2038 s32 recvsignalpower;
2039 s8 rxpower; /*in dBm Translate from PWdB */
2040 u8 signalstrength; /*in 0-100 index. */
2041 u16 hwerror:1;
2042 u16 crc:1;
2043 u16 icv:1;
2044 u16 shortpreamble:1;
2045 u16 antenna:1;
2046 u16 decrypted:1;
2047 u16 wakeup:1;
2048 u32 timestamp_low;
2049 u32 timestamp_high;
2050 bool shift;
2052 u8 rx_drvinfo_size;
2053 u8 rx_bufshift;
2054 bool isampdu;
2055 bool isfirst_ampdu;
2056 bool rx_is40mhzpacket;
2057 u8 rx_packet_bw;
2058 u32 rx_pwdb_all;
2059 u8 rx_mimo_signalstrength[4]; /*in 0~100 index */
2060 s8 rx_mimo_signalquality[4];
2061 u8 rx_mimo_evm_dbm[4];
2062 u16 cfo_short[4]; /* per-path's Cfo_short */
2063 u16 cfo_tail[4];
2065 s8 rx_mimo_sig_qual[4];
2066 u8 rx_pwr[4]; /* per-path's pwdb */
2067 u8 rx_snr[4]; /* per-path's SNR */
2068 u8 bandwidth;
2069 u8 bt_coex_pwr_adjust;
2070 bool packet_matchbssid;
2071 bool is_cck;
2072 bool is_ht;
2073 bool packet_toself;
2074 bool packet_beacon; /*for rssi */
2075 s8 cck_adc_pwdb[4]; /*for rx path selection */
2077 bool is_vht;
2078 bool is_short_gi;
2079 u8 vht_nss;
2081 u8 packet_report_type;
2083 u32 macid;
2084 u32 bt_rx_rssi_percentage;
2085 u32 macid_valid_entry[2];