Searched defs:b43_txhdr (Results 1 – 1 of 1) sorted by relevance
24 struct b43_txhdr { struct25 __le32 mac_ctl; /* MAC TX control */26 __le16 mac_frame_ctl; /* Copy of the FrameControl field */27 __le16 tx_fes_time_norm; /* TX FES Time Normal */28 __le16 phy_ctl; /* PHY TX control */29 __le16 phy_ctl1; /* PHY TX control word 1 */30 __le16 phy_ctl1_fb; /* PHY TX control word 1 for fallback rates */31 __le16 phy_ctl1_rts; /* PHY TX control word 1 RTS */32 __le16 phy_ctl1_rts_fb; /* PHY TX control word 1 RTS for fallback rates */33 __u8 phy_rate; /* PHY rate */[all …]