| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | rtl871x_recv.c | 586 sint rmv_len; in r8712_wlanhdr_to_ethhdr() local 615 rmv_len = pattrib->hdrlen + pattrib->iv_len + in r8712_wlanhdr_to_ethhdr() 617 len = precvframe->u.hdr.len - rmv_len; in r8712_wlanhdr_to_ethhdr() 619 ptr += rmv_len; in r8712_wlanhdr_to_ethhdr() 623 ptr = recvframe_pull(precvframe, (rmv_len - in r8712_wlanhdr_to_ethhdr() 630 ptr = recvframe_pull(precvframe, (rmv_len - in r8712_wlanhdr_to_ethhdr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_recv.c | 2302 sint rmv_len; in wlanhdr_to_ethhdr() local 2335 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in wlanhdr_to_ethhdr() 2336 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2339 _rtw_memcpy(ð_type, ptr + rmv_len, 2); in wlanhdr_to_ethhdr() 2352 rx_pid = *(u16 *)(ptr + rmv_len + 2); in wlanhdr_to_ethhdr() 2359 u16 len = *(u16 *)(ptr + rmv_len + 4); in wlanhdr_to_ethhdr() 2366 RTW_INFO("0x%x\n", *(ptr + rmv_len + 6 + i)); in wlanhdr_to_ethhdr() 2376 ptr += rmv_len ; in wlanhdr_to_ethhdr() 2382 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + 2) - 24); in wlanhdr_to_ethhdr() 2390 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in wlanhdr_to_ethhdr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_recv.c | 2439 sint rmv_len; in wlanhdr_to_ethhdr() local 2475 rmv_len = pattrib->hdrlen + pattrib->iv_len +(bsnaphdr?SNAP_SIZE:0); in wlanhdr_to_ethhdr() 2476 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2480 _rtw_memcpy(ð_type, ptr+rmv_len, 2); in wlanhdr_to_ethhdr() 2495 rx_pid = *(u16*)(ptr+rmv_len+2); in wlanhdr_to_ethhdr() 2503 u16 len = *(u16*)(ptr+rmv_len+4); in wlanhdr_to_ethhdr() 2510 DBG_871X("0x%x\n", *(ptr+rmv_len+6+i)); in wlanhdr_to_ethhdr() 2521 ptr += rmv_len ; in wlanhdr_to_ethhdr() 2527 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr)+2)-24); in wlanhdr_to_ethhdr() 2536 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr)+ (bsnaphdr?2:0))); in wlanhdr_to_ethhdr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_recv.c | 2457 sint rmv_len; in wlanhdr_to_ethhdr() local 2493 rmv_len = pattrib->hdrlen + pattrib->iv_len +(bsnaphdr?SNAP_SIZE:0); in wlanhdr_to_ethhdr() 2494 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2498 _rtw_memcpy(ð_type, ptr+rmv_len, 2); in wlanhdr_to_ethhdr() 2513 rx_pid = *(u16*)(ptr+rmv_len+2); in wlanhdr_to_ethhdr() 2521 u16 len = *(u16*)(ptr+rmv_len+4); in wlanhdr_to_ethhdr() 2528 DBG_871X("0x%x\n", *(ptr+rmv_len+6+i)); in wlanhdr_to_ethhdr() 2539 ptr += rmv_len ; in wlanhdr_to_ethhdr() 2545 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr)+2)-24); in wlanhdr_to_ethhdr() 2554 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr)+ (bsnaphdr?2:0))); in wlanhdr_to_ethhdr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_recv.c | 2319 sint rmv_len; in wlanhdr_to_ethhdr() local 2353 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in wlanhdr_to_ethhdr() 2354 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2358 _rtw_memcpy(ð_type, ptr + rmv_len, 2); in wlanhdr_to_ethhdr() 2371 rx_pid = *(u16 *)(ptr + rmv_len + 2); in wlanhdr_to_ethhdr() 2378 u16 len = *(u16 *)(ptr + rmv_len + 4); in wlanhdr_to_ethhdr() 2385 RTW_INFO("0x%x\n", *(ptr + rmv_len + 6 + i)); in wlanhdr_to_ethhdr() 2395 ptr += rmv_len ; in wlanhdr_to_ethhdr() 2401 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + 2) - 24); in wlanhdr_to_ethhdr() 2409 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in wlanhdr_to_ethhdr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_recv.c | 1607 sint rmv_len; in wlanhdr_to_ethhdr() local 1637 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr?SNAP_SIZE:0); in wlanhdr_to_ethhdr() 1638 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 1642 memcpy(&be_tmp, ptr+rmv_len, 2); in wlanhdr_to_ethhdr() 1655 rx_pid = *(u16 *)(ptr+rmv_len+2); in wlanhdr_to_ethhdr() 1662 u16 len = *(u16 *)(ptr+rmv_len+4); in wlanhdr_to_ethhdr() 1669 DBG_871X("0x%x\n", *(ptr+rmv_len+6+i)); in wlanhdr_to_ethhdr() 1679 ptr += rmv_len; in wlanhdr_to_ethhdr() 1685 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr)+2)-24); in wlanhdr_to_ethhdr() 1689 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr) + (bsnaphdr?2:0))); in wlanhdr_to_ethhdr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_recv.c | 2365 sint rmv_len; in wlanhdr_to_ethhdr() local 2398 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (bsnaphdr ? SNAP_SI… in wlanhdr_to_ethhdr() 2399 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2402 _rtw_memcpy(ð_type, ptr + rmv_len, 2); in wlanhdr_to_ethhdr() 2408 ptr += rmv_len ; in wlanhdr_to_ethhdr() 2414 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + 2) - 24); in wlanhdr_to_ethhdr() 2422 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in wlanhdr_to_ethhdr() 3619 sint rmv_len; in MPwlanhdr_to_ethhdr() local 3653 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in MPwlanhdr_to_ethhdr() 3654 len = precvframe->u.hdr.len - rmv_len; in MPwlanhdr_to_ethhdr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_recv.c | 2366 sint rmv_len; in wlanhdr_to_ethhdr() local 2399 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (bsnaphdr ? SNAP_SI… in wlanhdr_to_ethhdr() 2400 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2403 _rtw_memcpy(ð_type, ptr + rmv_len, 2); in wlanhdr_to_ethhdr() 2409 ptr += rmv_len ; in wlanhdr_to_ethhdr() 2415 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + 2) - 24); in wlanhdr_to_ethhdr() 2423 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in wlanhdr_to_ethhdr() 3603 sint rmv_len; in MPwlanhdr_to_ethhdr() local 3637 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in MPwlanhdr_to_ethhdr() 3638 len = precvframe->u.hdr.len - rmv_len; in MPwlanhdr_to_ethhdr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_recv.c | 2366 sint rmv_len; in wlanhdr_to_ethhdr() local 2399 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (bsnaphdr ? SNAP_SI… in wlanhdr_to_ethhdr() 2400 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2403 _rtw_memcpy(ð_type, ptr + rmv_len, 2); in wlanhdr_to_ethhdr() 2409 ptr += rmv_len ; in wlanhdr_to_ethhdr() 2415 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + 2) - 24); in wlanhdr_to_ethhdr() 2423 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in wlanhdr_to_ethhdr() 3591 sint rmv_len; in MPwlanhdr_to_ethhdr() local 3625 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in MPwlanhdr_to_ethhdr() 3626 len = precvframe->u.hdr.len - rmv_len; in MPwlanhdr_to_ethhdr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_recv.c | 2366 sint rmv_len; in wlanhdr_to_ethhdr() local 2399 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (bsnaphdr ? SNAP_SI… in wlanhdr_to_ethhdr() 2400 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2403 _rtw_memcpy(ð_type, ptr + rmv_len, 2); in wlanhdr_to_ethhdr() 2409 ptr += rmv_len ; in wlanhdr_to_ethhdr() 2415 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + 2) - 24); in wlanhdr_to_ethhdr() 2423 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in wlanhdr_to_ethhdr() 3591 sint rmv_len; in MPwlanhdr_to_ethhdr() local 3625 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in MPwlanhdr_to_ethhdr() 3626 len = precvframe->u.hdr.len - rmv_len; in MPwlanhdr_to_ethhdr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/ |
| H A D | rtw_recv.c | 1255 int rmv_len; in wlanhdr_to_ethhdr() local 1282 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in wlanhdr_to_ethhdr() 1283 len = precvframe->pkt->len - rmv_len; in wlanhdr_to_ethhdr() 1288 memcpy(&be_tmp, ptr + rmv_len, 2); in wlanhdr_to_ethhdr() 1292 ptr = skb_pull(precvframe->pkt, rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0)); in wlanhdr_to_ethhdr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_recv.c | 2499 sint rmv_len; in wlanhdr_to_ethhdr() local 2511 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (llc_hdl ? SNAP_SIZ… in wlanhdr_to_ethhdr() 2512 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2515 _rtw_memcpy(ð_type, ptr + rmv_len, 2); in wlanhdr_to_ethhdr() 2527 rxsc_entry->rxsc_payload_offset = (rmv_len - sizeof(struct ethhdr) + (pattrib->bsnaphdr ? 2 : 0)); in wlanhdr_to_ethhdr() 2539 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in wlanhdr_to_ethhdr() 3896 sint rmv_len; 3930 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); 3931 len = precvframe->u.hdr.len - rmv_len; 3934 _rtw_memcpy(ð_type, ptr + rmv_len, 2); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_recv.c | 2499 sint rmv_len; in wlanhdr_to_ethhdr() local 2511 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (llc_hdl ? SNAP_SIZ… in wlanhdr_to_ethhdr() 2512 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2515 _rtw_memcpy(ð_type, ptr + rmv_len, 2); in wlanhdr_to_ethhdr() 2527 rxsc_entry->rxsc_payload_offset = (rmv_len - sizeof(struct ethhdr) + (pattrib->bsnaphdr ? 2 : 0)); in wlanhdr_to_ethhdr() 2539 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in wlanhdr_to_ethhdr() 3896 sint rmv_len; 3930 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); 3931 len = precvframe->u.hdr.len - rmv_len; 3934 _rtw_memcpy(ð_type, ptr + rmv_len, 2); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_recv.c | 2417 sint rmv_len; in wlanhdr_to_ethhdr() local 2424 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (llc_hdl ? SNAP_SIZ… in wlanhdr_to_ethhdr() 2425 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2427 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in wlanhdr_to_ethhdr() 3647 sint rmv_len; in MPwlanhdr_to_ethhdr() local 3664 rmv_len = pattrib->hdrlen + pattrib->iv_len + (llc_hdl ? SNAP_SIZE : 0); in MPwlanhdr_to_ethhdr() 3665 len = precvframe->u.hdr.len - rmv_len; in MPwlanhdr_to_ethhdr() 3667 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in MPwlanhdr_to_ethhdr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_recv.c | 2593 sint rmv_len; in wlanhdr_to_ethhdr() local 2600 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (llc_hdl ? SNAP_SIZ… in wlanhdr_to_ethhdr() 2601 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2603 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in wlanhdr_to_ethhdr() 3942 sint rmv_len; in MPwlanhdr_to_ethhdr() local 3959 rmv_len = pattrib->hdrlen + pattrib->iv_len + (llc_hdl ? SNAP_SIZE : 0); in MPwlanhdr_to_ethhdr() 3960 len = precvframe->u.hdr.len - rmv_len; in MPwlanhdr_to_ethhdr() 3962 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in MPwlanhdr_to_ethhdr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_recv.c | 2593 sint rmv_len; in wlanhdr_to_ethhdr() local 2600 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (llc_hdl ? SNAP_SIZ… in wlanhdr_to_ethhdr() 2601 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2603 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in wlanhdr_to_ethhdr() 3942 sint rmv_len; in MPwlanhdr_to_ethhdr() local 3959 rmv_len = pattrib->hdrlen + pattrib->iv_len + (llc_hdl ? SNAP_SIZE : 0); in MPwlanhdr_to_ethhdr() 3960 len = precvframe->u.hdr.len - rmv_len; in MPwlanhdr_to_ethhdr() 3962 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in MPwlanhdr_to_ethhdr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_recv.c | 2525 sint rmv_len; in wlanhdr_to_ethhdr() local 2532 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (llc_hdl ? SNAP_SIZ… in wlanhdr_to_ethhdr() 2533 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2535 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in wlanhdr_to_ethhdr() 3874 sint rmv_len; in MPwlanhdr_to_ethhdr() local 3891 rmv_len = pattrib->hdrlen + pattrib->iv_len + (llc_hdl ? SNAP_SIZE : 0); in MPwlanhdr_to_ethhdr() 3892 len = precvframe->u.hdr.len - rmv_len; in MPwlanhdr_to_ethhdr() 3894 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in MPwlanhdr_to_ethhdr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_recv.c | 2525 sint rmv_len; in wlanhdr_to_ethhdr() local 2532 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (llc_hdl ? SNAP_SIZ… in wlanhdr_to_ethhdr() 2533 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2535 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in wlanhdr_to_ethhdr() 3867 sint rmv_len; in MPwlanhdr_to_ethhdr() local 3884 rmv_len = pattrib->hdrlen + pattrib->iv_len + (llc_hdl ? SNAP_SIZE : 0); in MPwlanhdr_to_ethhdr() 3885 len = precvframe->u.hdr.len - rmv_len; in MPwlanhdr_to_ethhdr() 3887 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in MPwlanhdr_to_ethhdr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_recv.c | 2449 sint rmv_len; in wlanhdr_to_ethhdr() local 2456 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (llc_hdl ? SNAP_SIZ… in wlanhdr_to_ethhdr() 2457 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2459 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in wlanhdr_to_ethhdr() 3683 sint rmv_len; in MPwlanhdr_to_ethhdr() local 3700 rmv_len = pattrib->hdrlen + pattrib->iv_len + (llc_hdl ? SNAP_SIZE : 0); in MPwlanhdr_to_ethhdr() 3701 len = precvframe->u.hdr.len - rmv_len; in MPwlanhdr_to_ethhdr() 3703 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in MPwlanhdr_to_ethhdr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_recv.c | 2450 sint rmv_len; in wlanhdr_to_ethhdr() local 2457 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (llc_hdl ? SNAP_SIZ… in wlanhdr_to_ethhdr() 2458 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2460 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in wlanhdr_to_ethhdr() 3684 sint rmv_len; in MPwlanhdr_to_ethhdr() local 3701 rmv_len = pattrib->hdrlen + pattrib->iv_len + (llc_hdl ? SNAP_SIZE : 0); in MPwlanhdr_to_ethhdr() 3702 len = precvframe->u.hdr.len - rmv_len; in MPwlanhdr_to_ethhdr() 3704 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in MPwlanhdr_to_ethhdr()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_recv.c | 2544 sint rmv_len; in wlanhdr_to_ethhdr() local 2551 …rmv_len = pattrib->hdrlen + pattrib->iv_len + RATTRIB_GET_MCTRL_LEN(pattrib) + (llc_hdl ? SNAP_SIZ… in wlanhdr_to_ethhdr() 2552 len = precvframe->u.hdr.len - rmv_len; in wlanhdr_to_ethhdr() 2554 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in wlanhdr_to_ethhdr() 3886 sint rmv_len; in MPwlanhdr_to_ethhdr() local 3903 rmv_len = pattrib->hdrlen + pattrib->iv_len + (llc_hdl ? SNAP_SIZE : 0); in MPwlanhdr_to_ethhdr() 3904 len = precvframe->u.hdr.len - rmv_len; in MPwlanhdr_to_ethhdr() 3906 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (llc_hdl ? 2 : 0))); in MPwlanhdr_to_ethhdr()
|