Searched defs:b43_txhdr (Results 1 – 1 of 1) sorted by relevance
25 struct b43_txhdr { struct26 __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 */[all …]