Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/include/common/
Depping_test.h33 #define EPPING_ALIGNMENT_PAD (((sizeof(struct htc_frame_hdr) + 3) & (~0x3)) - sizeof(struct htc_fr… macro
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dar6000_drv.c3198 if (EPPING_ALIGNMENT_PAD > 0) { in ar6000_data_tx()
3199 A_NETBUF_PUSH(skb, EPPING_ALIGNMENT_PAD); in ar6000_data_tx()
3925 if (EPPING_ALIGNMENT_PAD > 0) { in ar6000_rx()
3926 A_NETBUF_PULL(skb, EPPING_ALIGNMENT_PAD); in ar6000_rx()