On Fri, Sep 24, 2021 at 5:05 PM Jakub Kicinski [off-list ref] wrote:
On Fri, 24 Sep 2021 14:44:49 -0700 Justin Chen wrote:
quoted
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.
Apologies, Will fix checkpatch errors in v2