Searched defs:phydm_phyinfo_struct (Results 1 – 1 of 1) sorted by relevance
234 struct phydm_phyinfo_struct { struct235 …s_rpt_valid; /* @if physts_rpt_valid is false, please ignore the parsing result in this structure*/236 u8 rx_pwdb_all;237 …uality; /* OFDM: signal_quality=rx_mimo_signal_quality[0], CCK: signal qualityin 0-100 index. */238 u8 rx_mimo_signal_strength[4]; /* RSSI in 0~100 index */239 s8 rx_mimo_signal_quality[4]; /* OFDM: per-path's EVM translate to 0~100% , no used for CCK*/240 u8 rx_mimo_evm_dbm[4]; /* per-path's original EVM (dbm) */241 s16 cfo_short[4]; /* per-path's cfo_short */242 s16 cfo_tail[4]; /* per-path's cfo_tail */243 s8 rx_power; /* in dBm Translate from PWdB */[all …]