Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dtx.h63 #define WL1251_TX_ALIGN(len) (((len) + WL1251_TX_ALIGN_TO - 1) & \ macro
H A Dtx.c232 len = WL1251_TX_ALIGN(skb->len); in wl1251_tx_send_packet()