Lines Matching defs:rtl_stats
1288 struct rtl_stats { struct
1289 u32 mac_time[2];
1290 s8 rssi;
1291 u8 signal;
1292 u8 noise;
1293 u16 rate; /*in 100 kbps */
1294 u8 received_channel;
1295 u8 control;
1296 u8 mask;
1297 u8 freq;
1298 u16 len;
1299 u64 tsf;
1300 u32 beacon_time;
1301 u8 nic_type;
1302 u16 length;
1303 u8 signalquality; /*in 0-100 index. */
1308 s32 recvsignalpower;
1309 s8 rxpower; /*in dBm Translate from PWdB */
1310 u8 signalstrength; /*in 0-100 index. */
1311 u16 hwerror:1;
1312 u16 crc:1;
1313 u16 icv:1;
1314 u16 shortpreamble:1;
1315 u16 antenna:1;
1316 u16 decrypted:1;
1317 u16 wakeup:1;
1318 u32 timestamp_low;
1319 u32 timestamp_high;
1321 u8 rx_drvinfo_size;
1322 u8 rx_bufshift;
1323 bool isampdu;
1324 bool isfirst_ampdu;
1325 bool rx_is40Mhzpacket;
1326 u32 rx_pwdb_all;
1327 u8 rx_mimo_signalstrength[4]; /*in 0~100 index */
1328 s8 rx_mimo_signalquality[2];
1329 bool packet_matchbssid;
1330 bool is_cck;
1331 bool is_ht;
1332 bool packet_toself;
1333 bool packet_beacon; /*for rssi */
1334 char cck_adc_pwdb[4]; /*for rx path selection */