net: add rte prefix to ether defines
[dpdk.git] / drivers / net / cxgbe / base / adapter.h
index cfb3603..3ce3d9b 100644 (file)
@@ -204,8 +204,8 @@ struct eth_coalesce {
        unsigned int len;
        unsigned int flits;
        unsigned int max;
-       __u8 ethmacdst[ETHER_ADDR_LEN];
-       __u8 ethmacsrc[ETHER_ADDR_LEN];
+       __u8 ethmacdst[RTE_ETHER_ADDR_LEN];
+       __u8 ethmacsrc[RTE_ETHER_ADDR_LEN];
        __be16 ethtype;
        __be16 vlantci;
 };