Commit da4979d6 authored by Alessandro Rubini's avatar Alessandro Rubini

wrpc-socket: don't use addr.family, being removed

parent 1acf50d1
......@@ -17,7 +17,6 @@ static int wrpc_open_ch(struct pp_instance *ppi)
mac_addr_t mac;
wr_sockaddr_t addr;
addr.family = PTPD_SOCK_RAW_ETHERNET;
addr.ethertype = ETH_P_1588;
memcpy(addr.mac, PP_MCAST_MACADDRESS, sizeof(mac_addr_t));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment