]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnx2x/bnx2x_ethdev.h
net: add rte prefix to ether structures
[dpdk.git] / drivers / net / bnx2x / bnx2x_ethdev.h
index 45958db9ae3d724102916a9744d0eb6e3340df26..160bdc1945178028b56389be16ad1f4a4e1c4ab1 100644 (file)
@@ -75,7 +75,7 @@ typedef int bool;
 
 /* MAC address operations */
 struct bnx2x_mac_ops {
-       void (*mac_addr_add)(struct rte_eth_dev *dev, struct ether_addr *addr,
+       void (*mac_addr_add)(struct rte_eth_dev *dev, struct rte_ether_addr *addr,
                        uint16_t index, uint32_t pool);                           /* not implemented yet */
        void (*mac_addr_remove)(struct rte_eth_dev *dev, uint16_t index); /* not implemented yet */
 };