Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_recv.c606 u8 bsnaphdr; in r8712_wlanhdr_to_ethhdr() local
629 bsnaphdr = true; in r8712_wlanhdr_to_ethhdr()
632 bsnaphdr = false; in r8712_wlanhdr_to_ethhdr()
635 (bsnaphdr ? SNAP_SIZE : 0); in r8712_wlanhdr_to_ethhdr()
649 sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in r8712_wlanhdr_to_ethhdr()
653 if (!bsnaphdr) { in r8712_wlanhdr_to_ethhdr()