Searched defs:hfa384x_tx_frame (Results 1 – 2 of 2) sorted by relevance
105 struct hfa384x_tx_frame { struct107 __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;[all …]
460 typedef struct hfa384x_tx_frame { struct461 u16 status;485 } __packed hfa384x_tx_frame_t; argument