Go to the documentation of this file.
23 #ifndef __WL1251_TX_H__
24 #define __WL1251_TX_H__
26 #include <linux/bitops.h>
73 #define TX_COMPLETE_REQUIRED_BIT 0x80
74 #define TX_STATUS_DATA_OUT_COUNT_MASK 0xf
76 #define WL1251_TX_ALIGN_TO 4
77 #define WL1251_TX_ALIGN(len) (((len) + WL1251_TX_ALIGN_TO - 1) & \
78 ~(WL1251_TX_ALIGN_TO - 1))
79 #define WL1251_TKIP_IV_SPACE 4
211 static inline int wl1251_tx_get_queue(
int queue)