Lines Matching defs:hfa384x_tx_frame
105 struct hfa384x_tx_frame { struct
107 __le16 status; /* HFA384X_TX_STATUS_ flags */
108 __le16 reserved1;
109 __le16 reserved2;
110 __le32 sw_support;
111 u8 retry_count; /* not yet implemented */
112 u8 tx_rate; /* Host AP only; 0 = firmware, or 10, 20, 55, 110 */
113 __le16 tx_control; /* HFA384X_TX_CTRL_ flags */
116 __le16 frame_control; /* parts not used */
117 __le16 duration_id;
118 u8 addr1[ETH_ALEN];
119 u8 addr2[ETH_ALEN]; /* filled by firmware */
120 u8 addr3[ETH_ALEN];
121 __le16 seq_ctrl; /* filled by firmware */
122 u8 addr4[ETH_ALEN];
123 __le16 data_len;
126 u8 dst_addr[ETH_ALEN];
127 u8 src_addr[ETH_ALEN];
128 __be16 len;