Lines Matching defs:receive_user_info
29 struct receive_user_info { struct
30 uint32_t phy_ppdu_id : 16,
31 user_rssi : 8,
32 pkt_type : 4,
33 stbc : 1,
34 reception_type : 3;
35 uint32_t rate_mcs : 4,
36 sgi : 2,
37 receive_bandwidth : 2,
38 mimo_ss_bitmap : 8,
39 ofdma_ru_allocation : 8,
40 ofdma_user_index : 7,
41 ofdma_content_channel : 1;
42 uint32_t ldpc : 1,
43 ru_width : 7,
44 reserved_2a : 24;