net/macb: export macb_set_hwaddr and macb_get_hwaddr
for usage in at91_ether driver. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
d25e78aaf9
commit
314bccc4f5
@@ -573,6 +573,8 @@ extern const struct ethtool_ops macb_ethtool_ops;
|
||||
int macb_mii_init(struct macb *bp);
|
||||
int macb_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
|
||||
void macb_set_rx_mode(struct net_device *dev);
|
||||
void macb_set_hwaddr(struct macb *bp);
|
||||
void macb_get_hwaddr(struct macb *bp);
|
||||
|
||||
static inline bool macb_is_gem(struct macb *bp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user