On Fri, 24 Sep 2021 14:44:49 -0700 Justin Chen wrote:
Add support for the Broadcom ASP 2.0 Ethernet controller which is first
introduced with 72165. This controller features two distinct Ethernet
ports that can be independently operated.
This patch supports:
- Wake-on-LAN using magic packets
- basic ethtool operations (link, counters, message level)
- MAC destination address filtering (promiscuous, ALL_MULTI, etc.)
Signed-off-by: Justin Chen <redacted>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Please clean up checkpatch --strict and make W=1 C=1 build
of the new driver.