Lines Matching defs:b43_txhdr
25 struct b43_txhdr { struct
26 __le32 mac_ctl; /* MAC TX control */
27 __le16 mac_frame_ctl; /* Copy of the FrameControl field */
28 __le16 tx_fes_time_norm; /* TX FES Time Normal */
29 __le16 phy_ctl; /* PHY TX control */
30 __le16 phy_ctl1; /* PHY TX control word 1 */
31 __le16 phy_ctl1_fb; /* PHY TX control word 1 for fallback rates */
32 __le16 phy_ctl1_rts; /* PHY TX control word 1 RTS */
33 __le16 phy_ctl1_rts_fb; /* PHY TX control word 1 RTS for fallback rates */
34 __u8 phy_rate; /* PHY rate */
35 __u8 phy_rate_rts; /* PHY rate for RTS/CTS */
36 __u8 extra_ft; /* Extra Frame Types */
37 __u8 chan_radio_code; /* Channel Radio Code */
38 __u8 iv[16]; /* Encryption IV */
39 __u8 tx_receiver[6]; /* TX Frame Receiver address */
40 __le16 tx_fes_time_fb; /* TX FES Time Fallback */
41 struct b43_plcp_hdr6 rts_plcp_fb; /* RTS fallback PLCP header */
42 __le16 rts_dur_fb; /* RTS fallback duration */
43 struct b43_plcp_hdr6 plcp_fb; /* Fallback PLCP header */
44 __le16 dur_fb; /* Fallback duration */
45 __le16 mimo_modelen; /* MIMO mode length */
46 __le16 mimo_ratelen_fb; /* MIMO fallback rate length */
47 __le32 timeout; /* Timeout */
49 union {
91 } __packed;