Searched refs:WL1251_TX_ALIGN_TO (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/ti/wl1251/
H A Dtx.h62 #define WL1251_TX_ALIGN_TO 4 macro
63 #define WL1251_TX_ALIGN(len) (((len) + WL1251_TX_ALIGN_TO - 1) & \
64 ~(WL1251_TX_ALIGN_TO - 1))

Completed in 104 milliseconds