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.h103 struct hfa384x_tx_frame { struct
105 __le16 status; /* HFA384X_TX_STATUS_ flags */
106 __le16 reserved1;
107 __le16 reserved2;
108 __le32 sw_support;
109 u8 retry_count; /* not yet implemented */
110 u8 tx_rate; /* Host AP only; 0 = firmware, or 10, 20, 55, 110 */
111 __le16 tx_control; /* HFA384X_TX_CTRL_ flags */
114 __le16 frame_control; /* parts not used */
115 __le16 duration_id;
[all …]
/drivers/staging/wlan-ng/
Dhfa384x.h1576 typedef struct hfa384x_tx_frame struct
1578 u16 status;
1602 } __WLAN_ATTRIB_PACK__ hfa384x_tx_frame_t; argument