Re: [PATCH RFC net-next 03/13] net: phylink: rearrange resolve mac_config() call
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-06-30 18:32:53
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-06-30 18:32:53
On 6/30/2020 7:28 AM, Russell King wrote:
Use a boolean to indicate whether mac_config() should be called during a resolution. This allows resolution to have a single location where mac_config() will be called, which will allow us to make decisions about how and what we do. Signed-off-by: Russell King <redacted>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian