Home
last modified time | relevance | path

Searched refs:encaps_hdr (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/wireless/orinoco/
Dmain.c142 static const u8 encaps_hdr[] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable
143 #define ENCAPS_OVERHEAD (sizeof(encaps_hdr) + 2)
394 int len = skb->len + sizeof(encaps_hdr) - (2 * ETH_ALEN); in orinoco_process_xmit_skb()
407 memcpy(hdr.encap, encaps_hdr, sizeof(encaps_hdr)); in orinoco_process_xmit_skb()
697 return (memcmp(hdr, &encaps_hdr, 5) == 0) in is_ethersnap()
Dorinoco_usb.c77 static const u8 encaps_hdr[] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable
78 #define ENCAPS_OVERHEAD (sizeof(encaps_hdr) + 2)