Searched refs:WL1251_RX_ALIGN_TO (Results 1 – 1 of 1) sorted by relevance
35 #define WL1251_RX_ALIGN_TO 4 macro36 #define WL1251_RX_ALIGN(len) (((len) + WL1251_RX_ALIGN_TO - 1) & \37 ~(WL1251_RX_ALIGN_TO - 1))
Completed in 3 milliseconds