Searched refs:ENCAPS_OVERHEAD (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/orinoco/
H A Dmain.c143 #define ENCAPS_OVERHEAD (sizeof(encaps_hdr) + 2) macro
146 #define ORINOCO_MAX_MTU (IEEE80211_MAX_DATA_LEN - ENCAPS_OVERHEAD)
329 if ((new_mtu + ENCAPS_OVERHEAD + sizeof(struct ieee80211_hdr)) > orinoco_change_mtu()
396 if (skb_headroom(skb) < ENCAPS_OVERHEAD) { orinoco_process_xmit_skb()
410 eh = (struct ethhdr *) skb_push(skb, ENCAPS_OVERHEAD); orinoco_process_xmit_skb()
1040 if (length >= ENCAPS_OVERHEAD && orinoco_rx()
1048 ETH_HLEN - ENCAPS_OVERHEAD); orinoco_rx()
2282 dev->needed_headroom = ENCAPS_OVERHEAD; orinoco_if_add()
H A Dorinoco_usb.c77 #define ENCAPS_OVERHEAD (sizeof(encaps_hdr) + 2) macro

Completed in 156 milliseconds