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