Home
last modified time | relevance | path

Searched refs:WL1251_RX_ALIGN_TO (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ti/wl1251/
A Drx.h35 #define WL1251_RX_ALIGN_TO 4 macro
36 #define WL1251_RX_ALIGN(len) (((len) + WL1251_RX_ALIGN_TO - 1) & \
37 ~(WL1251_RX_ALIGN_TO - 1))

Completed in 3 milliseconds