Re: [PATCH net-next v3 02/13] ax88179_178a: Add HW support for AX179A-based chips
From: Birger Koblitz
Date: Fri Jul 31 2026 - 12:16:25 EST
On 24/07/2026 18:37, Andrew Lunn wrote:
Fixed in v4 by configuring MAC-mode accordingly.+static void ax88179a_mac_link_up(struct phylink_config *config,
+ struct phy_device *phy,
+ unsigned int phy_mode, phy_interface_t interface,
+ int speed, int duplex,
+ bool tx_pause, bool rx_pause)
+{
I don't see you doing anything with tx_pause and rx_pause.
Birger