Searched refs:hdr_chop (Results 1 – 2 of 2) sorted by relevance
89 int hdr_chop; in mwifiex_process_rx_packet() local131 hdr_chop = (u8 *) eth - (u8 *) local_rx_pd; in mwifiex_process_rx_packet()134 hdr_chop = (u8 *) &rx_pkt_hdr->eth803_hdr - in mwifiex_process_rx_packet()140 skb_pull(skb, hdr_chop); in mwifiex_process_rx_packet()
102 int hdr_chop; in mwifiex_uap_queue_bridged_pkt() local148 hdr_chop = (u8 *)p_ethhdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt()151 hdr_chop = (u8 *)&rx_pkt_hdr->eth803_hdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt()158 skb_pull(skb, hdr_chop); in mwifiex_uap_queue_bridged_pkt()