mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Add untested support for UNDI transmit and receive.
This commit is contained in:
@@ -108,6 +108,7 @@ struct ll_protocol ethernet_protocol __ll_protocol = {
|
||||
.name = "Ethernet",
|
||||
.ll_proto = htons ( ARPHRD_ETHER ),
|
||||
.ll_addr_len = ETH_ALEN,
|
||||
.ll_header_len = ETH_HLEN,
|
||||
.ll_broadcast = eth_broadcast,
|
||||
.tx = eth_tx,
|
||||
.rx = eth_rx,
|
||||
|
||||
Reference in New Issue
Block a user