From: Mans Rullgard
Date: Thu, 22 Oct 2015 17:28:50 +0100
> +static void nb8800_mac_tx(struct net_device *dev, int enable)
...
> +static void nb8800_mac_rx(struct net_device *dev, int enable)
...
> +static void nb8800_mac_af(struct net_device *dev, int enable)
Please use 'bool' and true/false
This adds a driver for the Aurora VLSI NB8800 Ethernet controller.
It is an almost complete rewrite of a driver originally found in
a Sigma Designs 2.6.22 tree.
Signed-off-by: Mans Rullgard
---
Changes:
- fix 64-bit build warnings
---
drivers/net/ethernet/Kconfig |1 +
drivers/net/et