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