Home
last modified time | relevance | path

Searched defs:hfa384x_tx_frame (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/hostap/
Dhostap_wlan.h104 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;
[all …]
/drivers/staging/wlan-ng/
Dhfa384x.h460 typedef struct hfa384x_tx_frame { struct
461 u16 status;
485 } __packed hfa384x_tx_frame_t; argument