Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_recv.c605 u8 bsnaphdr; in r8712_wlanhdr_to_ethhdr() local
626 bsnaphdr = true; in r8712_wlanhdr_to_ethhdr()
629 bsnaphdr = false; in r8712_wlanhdr_to_ethhdr()
632 (bsnaphdr ? SNAP_SIZE : 0); in r8712_wlanhdr_to_ethhdr()
646 sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in r8712_wlanhdr_to_ethhdr()
650 if (!bsnaphdr) { in r8712_wlanhdr_to_ethhdr()
/drivers/staging/rtl8188eu/core/
Drtw_recv.c1372 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1393 bsnaphdr = true; in wlanhdr_to_ethhdr()
1396 bsnaphdr = false; in wlanhdr_to_ethhdr()
1399 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in wlanhdr_to_ethhdr()
1420 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in wlanhdr_to_ethhdr()
1426 if (!bsnaphdr) { in wlanhdr_to_ethhdr()
/drivers/staging/rtl8723au/core/
Drtw_recv.c1552 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1576 bsnaphdr = true; in wlanhdr_to_ethhdr()
1580 bsnaphdr = false; in wlanhdr_to_ethhdr()
1604 (bsnaphdr ? 2:0))); in wlanhdr_to_ethhdr()
1610 if (!bsnaphdr) { in wlanhdr_to_ethhdr()