Lines Matching defs:rtl_stats
2093 struct rtl_stats { struct
2094 u8 psaddr[ETH_ALEN];
2095 u32 mac_time[2];
2096 s8 rssi;
2097 u8 signal;
2098 u8 noise;
2099 u8 rate; /* hw desc rate */
2100 u8 received_channel;
2101 u8 control;
2102 u8 mask;
2103 u8 freq;
2104 u16 len;
2105 u64 tsf;
2106 u32 beacon_time;
2107 u8 nic_type;
2108 u16 length;
2109 u8 signalquality; /*in 0-100 index. */
2114 s32 recvsignalpower;
2115 s8 rxpower; /*in dBm Translate from PWdB */
2116 u8 signalstrength; /*in 0-100 index. */
2117 u16 hwerror:1;
2118 u16 crc:1;
2119 u16 icv:1;
2120 u16 shortpreamble:1;
2121 u16 antenna:1;
2122 u16 decrypted:1;
2123 u16 wakeup:1;
2124 u32 timestamp_low;
2125 u32 timestamp_high;
2126 bool shift;
2128 u8 rx_drvinfo_size;
2129 u8 rx_bufshift;
2130 bool isampdu;
2131 bool isfirst_ampdu;
2132 bool rx_is40Mhzpacket;
2133 u8 rx_packet_bw;
2134 u32 rx_pwdb_all;
2135 u8 rx_mimo_signalstrength[4]; /*in 0~100 index */
2136 s8 rx_mimo_signalquality[4];
2137 u8 rx_mimo_evm_dbm[4];
2138 u16 cfo_short[4]; /* per-path's Cfo_short */
2139 u16 cfo_tail[4];
2141 s8 rx_mimo_sig_qual[4];
2142 u8 rx_pwr[4]; /* per-path's pwdb */
2143 u8 rx_snr[4]; /* per-path's SNR */
2144 u8 bandwidth;
2145 u8 bt_coex_pwr_adjust;
2146 bool packet_matchbssid;
2147 bool is_cck;
2148 bool is_ht;
2149 bool packet_toself;
2150 bool packet_beacon; /*for rssi */
2151 s8 cck_adc_pwdb[4]; /*for rx path selection */
2153 bool is_vht;
2154 bool is_short_gi;
2155 u8 vht_nss;
2157 u8 packet_report_type;
2159 u32 macid;
2160 u8 wake_match;
2161 u32 bt_rx_rssi_percentage;
2162 u32 macid_valid_entry[2];