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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_tx.h78 #define WL1251_TX_ALIGN_TO 4 macro
79 #define WL1251_TX_ALIGN(len) (((len) + WL1251_TX_ALIGN_TO - 1) & \
80 ~(WL1251_TX_ALIGN_TO - 1))

Completed in 228 milliseconds