Lines Matching defs:b43legacy_txhdr_fw3
25 struct b43legacy_txhdr_fw3 { struct
26 __le32 mac_ctl; /* MAC TX control */
27 __le16 mac_frame_ctl; /* Copy of the FrameControl */
28 __le16 tx_fes_time_norm; /* TX FES Time Normal */
29 __le16 phy_ctl; /* PHY TX control */
30 __u8 iv[16]; /* Encryption IV */
31 __u8 tx_receiver[6]; /* TX Frame Receiver address */
32 __le16 tx_fes_time_fb; /* TX FES Time Fallback */
33 struct b43legacy_plcp_hdr4 rts_plcp_fb; /* RTS fallback PLCP */
34 __le16 rts_dur_fb; /* RTS fallback duration */
35 struct b43legacy_plcp_hdr4 plcp_fb; /* Fallback PLCP */
36 __le16 dur_fb; /* Fallback duration */
38 __le16 cookie;
39 __le16 unknown_scb_stuff;
40 struct b43legacy_plcp_hdr6 rts_plcp; /* RTS PLCP */
41 __u8 rts_frame[18]; /* The RTS frame (if used) */
42 struct b43legacy_plcp_hdr6 plcp;