Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DGobiUSBNet.c111 static const unsigned char ec20_mac[ETH_ALEN] = {0x02, 0x50, 0xf3, 0x00, 0x00, 0x00}; variable
301 … = arp_create(ARPOP_REPLY, ETH_P_ARP, *((__be32 *)sip), net, *((__be32 *)tip), sha, ec20_mac, sha); in bridge_arp_reply()
2089 memcpy(eth_hdr(skb)->h_source, ec20_mac, ETH_ALEN); in GobiNetDriverRxFixup()