Lines Matching defs:rtl_stats
2041 struct rtl_stats { struct
2042 u8 psaddr[ETH_ALEN];
2043 u32 mac_time[2];
2044 s8 rssi;
2045 u8 signal;
2046 u8 noise;
2047 u8 rate; /* hw desc rate */
2048 u8 received_channel;
2049 u8 control;
2050 u8 mask;
2051 u8 freq;
2052 u16 len;
2053 u64 tsf;
2054 u32 beacon_time;
2055 u8 nic_type;
2056 u16 length;
2057 u8 signalquality; /*in 0-100 index. */
2061 s32 recvsignalpower;
2062 s8 rxpower; /*in dBm Translate from PWdB */
2063 u8 signalstrength; /*in 0-100 index. */
2064 u16 hwerror:1;
2065 u16 crc:1;
2066 u16 icv:1;
2067 u16 shortpreamble:1;
2068 u16 antenna:1;
2069 u16 decrypted:1;
2070 u16 wakeup:1;
2071 u32 timestamp_low;
2072 u32 timestamp_high;
2073 bool shift;
2075 u8 rx_drvinfo_size;
2076 u8 rx_bufshift;
2077 bool isampdu;
2078 bool isfirst_ampdu;
2079 bool rx_is40mhzpacket;
2080 u8 rx_packet_bw;
2081 u32 rx_pwdb_all;
2082 u8 rx_mimo_signalstrength[4]; /*in 0~100 index */
2083 s8 rx_mimo_signalquality[4];
2084 u8 rx_mimo_evm_dbm[4];
2085 u16 cfo_short[4]; /* per-path's Cfo_short */
2086 u16 cfo_tail[4];
2088 s8 rx_mimo_sig_qual[4];
2089 u8 rx_pwr[4]; /* per-path's pwdb */
2090 u8 rx_snr[4]; /* per-path's SNR */
2091 u8 bandwidth;
2092 u8 bt_coex_pwr_adjust;
2093 bool packet_matchbssid;
2094 bool is_cck;
2095 bool is_ht;
2096 bool packet_toself;
2097 bool packet_beacon; /*for rssi */
2098 s8 cck_adc_pwdb[4]; /*for rx path selection */
2100 bool is_vht;
2101 bool is_short_gi;
2102 u8 vht_nss;
2104 u8 packet_report_type;
2106 u32 macid;
2107 u32 bt_rx_rssi_percentage;
2108 u32 macid_valid_entry[2];