Home
last modified time | relevance | path

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

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