Searched refs:bsnaphdr (Results 1 – 2 of 2) sorted by relevance
591 u8 bsnaphdr; in r8712_wlanhdr_to_ethhdr() local613 bsnaphdr = true; in r8712_wlanhdr_to_ethhdr()616 bsnaphdr = false; in r8712_wlanhdr_to_ethhdr()619 (bsnaphdr ? SNAP_SIZE : 0); in r8712_wlanhdr_to_ethhdr()634 sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in r8712_wlanhdr_to_ethhdr()641 if (!bsnaphdr) { in r8712_wlanhdr_to_ethhdr()
1504 u8 bsnaphdr; in wlanhdr_to_ethhdr() local1526 bsnaphdr = true; in wlanhdr_to_ethhdr()1529 bsnaphdr = false; in wlanhdr_to_ethhdr()1531 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr?SNAP_SIZE:0); in wlanhdr_to_ethhdr()1551 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr) + (bsnaphdr?2:0))); in wlanhdr_to_ethhdr()1559 if (!bsnaphdr) { in wlanhdr_to_ethhdr()